Re: checking paramters in the url bar
From: Alvaro G Vicario (alvaro_QUITAR_REMOVE_at_telecomputeronline.com)
Date: 08/05/04
- Next message: oeb -=- bleh bleh bleh: "Re: mail function"
- Previous message: Chung Leong: "Re: How to pull existing Title tag into the body of the document as text only"
- In reply to: Michael Fesser: "Re: checking paramters in the url bar"
- Next in thread: Michael Fesser: "Re: checking paramters in the url bar"
- Reply: Michael Fesser: "Re: checking paramters in the url bar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 5 Aug 2004 15:00:18 +0200
*** Michael Fesser wrote/escribió (Thu, 05 Aug 2004 14:54:22 +0100):
>>if($_GET['parameter'] != ''){
>> echo foo();
>>}
>
> This will show a notice if there's no such parameter.
Not for me. Does it depend on error_reporting settings?
> if (isset($_GET['parameter'])) {
> ...
> }
Just note that a parameter can be set and empty.
-- -- -- Álvaro G. Vicario - Burgos, Spain --
- Next message: oeb -=- bleh bleh bleh: "Re: mail function"
- Previous message: Chung Leong: "Re: How to pull existing Title tag into the body of the document as text only"
- In reply to: Michael Fesser: "Re: checking paramters in the url bar"
- Next in thread: Michael Fesser: "Re: checking paramters in the url bar"
- Reply: Michael Fesser: "Re: checking paramters in the url bar"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|