Posted by Justin Koivisto on 09/26/95 11:37
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' => ""
)
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
Navigation:
[Reply to this message]
|