Re: [PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-18 Thread Chris Hewitt
On Tue, 2004-08-17 at 21:03, Chuck wrote: > Thanks for the quick reply. I wasn't sure which room I should post to, so I > posted to this one and php.windows. I will only try one in the future. > > I went through all the documents I could and found what these warnings were, > but nothing helped.

Re: [PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chuck
Thanks for the quick reply. I wasn't sure which room I should post to, so I posted to this one and php.windows. I will only try one in the future. I went through all the documents I could and found what these warnings were, but nothing helped. The variables are not passed to my second script.

Re: [PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chris Hewitt
On Tue, 2004-08-17 at 16:46, Chuck wrote: > Hello everyone. Hopefully someone can help me with this. > > I was able to install PHP successfully. I tried a sample script and it > worked fine through IE. I then tried to create a script that would pass a > value on to another script using the post

[PHP-INSTALL] Newbie working with PHP 5.0, IIS, Win2000

2004-08-17 Thread Chuck
Hello everyone. Hopefully someone can help me with this. I was able to install PHP successfully. I tried a sample script and it worked fine through IE. I then tried to create a script that would pass a value on to another script using the post method. These are called Pass.php and Pass1.php.