[PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread James, Yz
I really wouldn't ask this if I wasn't completely exausted, but the last thing I feel like doing just now is reading up on this when someone can probably answer it in a matter of seconds. OK, I've an error handling page. Basically, I want to split (that might even be one of the functions I'l

RE: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread Javier Muniz
ct: [PHP] Finding the? in $REQUEST_URI?page=blah I really wouldn't ask this if I wasn't completely exausted, but the last thing I feel like doing just now is reading up on this when someone can probably answer it in a matter of seconds. OK, I've an error handling page. Basically

Re: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread ..s.c.o.t.t.. [gts]
." \n "; output will be: /pages/error.php /pages/login.php user=scottx - Original Message - From: "James, Yz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 5:57 PM Subject: [PHP] Finding the? in $REQUEST_URI?page

Re: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread John Monfort
e: > /pages/error.php > /pages/login.php > user=scottx > > > > - Original Message - > From: "James, Yz" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, February 16, 2001 5:57 PM > Subject: [PHP] Finding the? in $REQUEST_URI?pag

RE: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-16 Thread ..s.c.o.t.t..
Message- > From: John Monfort [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 16, 2001 16:57 > To: ..s.c.o.t.t.. [gts] > Cc: php-general > Subject: Re: [PHP] Finding the? in $REQUEST_URI?page=blah > > > > >Is the PHP split command the same as that in Per

Re: [PHP] Finding the? in $REQUEST_URI?page=blah

2001-02-17 Thread Christian Reiniger
On Friday 16 February 2001 23:57, James, Yz wrote: > OK, I've an error handling page. Basically, I want to split (that > might even be one of the functions I'll have to use) this sort of url: > > error.php?/pages/login.php?username=name That will only cause trouble. URLs with parameters have th