|
Posted by Erwin Moller on 04/06/06 14:52
Juan José Gutiérrez de Quevedo Pérez wrote:
> El 6 Apr 2006 03:21:54 -0700
> tigerwang1974@gmail.com escribió:
>
>> I had previously installed php-4.3.9 and apache-2.0.49 on my solaris9
>> server and written a php script for user login, it ran well until
>> today...:-(
>> today for some reasons I upgraded php to php-5.1.2, complied as
>
> well, you probably had register_globals On before, and php-5.1.2
> changed it to off.
>
> http://es.php.net/register_globals
>
> just substitute $queryflag for $_POST['queryflag'] and everything
> should work again
Hi Juan,
That was my first guess too, but futheron in the same script he is using the
$_POST to retrieve variables from the posting.
Maybe the coder changed his/her mind halfway the script. :-)
Regards,
Erwin Moller
[Back to original message]
|