Re: [PHP-WIN] passing variables with 4.2

2002-04-26 Thread Mike Flynn
Didja think to check the version 4.1.2 release notes before posting your question? http://www.php.net/release_4_2_0.php At 03:26 PM 4/26/02 -0500, Chris Dion wrote: >Is there something I am missing here. With php 4.1.2 i can do >blah.php?action=foo but with 4.2 I can't. What am I doing wrong?

Re: [PHP-WIN] passing variables with 4.2

2002-04-26 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file and go read http://www.php.net/manual/en/security.registerglobals.php -Rasmus On Fri, 26 Apr 2002, Chris Dion wrote: > Is there something I am missing here. With php 4.1.2 i can do > blah.php?action=foo but with 4.2 I can't. What am I doing wrong?

[PHP-WIN] passing variables with 4.2

2002-04-26 Thread Chris Dion
Is there something I am missing here. With php 4.1.2 i can do blah.php?action=foo but with 4.2 I can't. What am I doing wrong? The php page just acts like nothing was passed. Happens with form data too. --Chris -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http: