Posted by d on 09/27/67 11:37
"Justin Koivisto" <justin@koivi.com> wrote in message
news:uuydnYNBKYwWmlDenZ2dnUVZ_s2dnZ2d@onvoy.com...
>d wrote:
>>
>> And not to mention your method only works if the query string is actually
>> a
>> string of get parameters. If you pass just a string (as in his example),
>> the $_GET array is empty....
>
> What are you talking about? If you request:
> example.com/page.php?mystring
>
> Then the $_GET array will be:
> array(
> 'mystring' => ""
> )
I guess we have differing setups. Either way, your assertion of portability
is out of the window ;)
> --
> Justin Koivisto, ZCE - justin@koivi.com
> http://koivi.com
Navigation:
[Reply to this message]
|