Hi,
I have a tricky situation. I had PHP4.05, MySQL 3.23.38 installed on Win2000
pro using IIS5.0.
But then I wanted to use the portal program phpWebsite, unfortunately this
uses the crypt() function which was not compiled in PHP 4.05 (win32).
Therefore I installed PHP 4.07 CGI (dev) with crypt(
Just a quick addon question regarding the mail() function. My mail form
works fine but the person who receives the e-mail is seeing "unprivileged
user" as the sender's name. I assume this is displayed by default.
Can I add a "from" field in the mail() function to display another name than
"unpriv
$mailsubject, $mailbody, $mailheaders);
>
> Where you establish $mailfrom as who its from
>
> Rick
>
> - Original Message -
> From: "Marnix Ottens" <[EMAIL PROTECTED]>
> To: "Michael Kelley" <[EMAIL PROTECTED]>; "Peter Haywood"
Hi,
I've made a script where I want the results of an order form to be inserted
into a MySQL database. Connecting to the database goed fine (tested it) but
my check if the values are inserted into the database gives the error
message I created "Problem, the information cannot be recorded". I hope