[PHP-WIN] Security Alert! PHP CGI cannot be accessed directly

2001-06-21 Thread Marnix Ottens
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(

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Marnix Ottens
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

Re: [PHP-WIN] using the PHP4 mail() function in (Newbie)

2001-06-23 Thread Marnix Ottens
$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"

[PHP-WIN] Problem inserting form values into mysql

2001-08-05 Thread Marnix Ottens
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