RE: [PHP-WIN] Re: Variable problems

2003-03-10 Thread George Pitcher
Your buddy probably has register globals switched on. George -Original Message- From: Reggie P [mailto:[EMAIL PROTECTED] Sent: 10 March 2003 12:40 pm To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Variable problems Thanks, but I found out something really interesting! I was using

RE: [PHP-WIN] Re: Variable problems

2003-03-10 Thread Rich Gray
Thanks, but I found out something really interesting! I was using php-win32 version 4.3.0 and it would not process the variables. I took the same script and ran it a buddies server with version 4.0.6 and it ran fine. I unloaded 4.3.0 and loaded 4.0.6 on my server and the scripts ran fine!

Re: [PHP-WIN] Re: Variable problems

2003-03-10 Thread Thomas Smart
as of php 5 the register globals is not even going to be an option so get used to using $_POST and $_GET !! Rich Gray [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks, but I found out something really interesting! I was using php-win32 version 4.3.0 and it would not process