Posted by Justin Koivisto on 09/27/32 11:37
d wrote:
> "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 ;)
*PLONK*
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
Navigation:
[Reply to this message]
|