Posted by Rik on 10/25/06 18:24
Geoff wrote:
> Rik wrote:
>> geoff.houdmont@gmail.com wrote:
>>>> Check register_globals, and print_r($_GET).
>>>> Are they there?
>>>
>>> Yes it is there.
>>
>> http://www.php.net/manual/en/security.registerglobals.php
>
> Is there a way to get a fast solution?
> otherwise i have to change a lot.
I urge you to fix this, but in the mean while:
extract($_GET);
--
Rik Wasmus
[Back to original message]
|