Re: If isset query_string return 404
- From: Justin Koivisto <justin@xxxxxxxxx>
- Date: Tue, 17 Jan 2006 09:04:55 -0600
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@xxxxxxxxx
http://koivi.com
.
- Follow-Ups:
- References:
- Help: If isset query_string return 404
- From: wd
- Re: If isset query_string return 404
- From: d
- Re: If isset query_string return 404
- From: Justin Koivisto
- Re: If isset query_string return 404
- From: d
- Help: If isset query_string return 404
- Prev by Date: Re: If isset query_string return 404
- Next by Date: Re: If isset query_string return 404
- Previous by thread: Re: If isset query_string return 404
- Next by thread: Re: If isset query_string return 404
- Index(es):
Relevant Pages
|