$_GET question
From: Barton (bc173_at_NOSPAMMMhotmail.com)
Date: 12/29/03
- Next message: lallous: "Re: $_GET question"
- Previous message: Legionare: "Re: Passing all <option> from <select> to php"
- Next in thread: lallous: "Re: $_GET question"
- Reply: lallous: "Re: $_GET question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 29 Dec 2003 15:41:19 +0100
Hello,
Because 'Global Variables' is turned off in my PHP config, I need to
catch the variables from an url in this way:
$bla = $_GET('variable_name');
Now, the problem is that if there is no such variable set in the url
their is still something assigned to the variable $bla which causes
problems in my script. How can I avoid this?
Grtz,
Barton
- Next message: lallous: "Re: $_GET question"
- Previous message: Legionare: "Re: Passing all <option> from <select> to php"
- Next in thread: lallous: "Re: $_GET question"
- Reply: lallous: "Re: $_GET question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]