Re: [PHP] getting around the undefined index
- From: stuttle@xxxxxxxxx (Stut)
- Date: Mon, 27 Nov 2006 19:44:42 +0000
Ross wrote:
I have not found a satisfactory way of doing this yet!!!!
$text = $_REQUEST['text_size'];
if ($text) {
echo $text;
}
I send the $text_size variable to the browser with lines like...
<a href="<? $_SERVER['PHP_SELF']; ?>?text_size=small" class="size1" id="one">A</a>
When the page initially loads I get a undefined index error as it does not exist but is there a way of wrapping in in a switch statement or funtion so the variable is only used when $_REQUEST['text_size']; actually exists.
http://php.net/isset
-Stut
.
- References:
- getting around the undefined index
- From: "Ross"
- getting around the undefined index
- Prev by Date: Re: [PHP] Running AMP from CD
- Next by Date: Re: [PHP] getting around the undefined index
- Previous by thread: getting around the undefined index
- Next by thread: Re: [PHP] getting around the undefined index
- Index(es):
Relevant Pages
|