r 04, 2003 11:35 AM
> To: php
> Subject: [PHP] Global varialbes in functions
>
>
> I've got a page that is passed the global variable
> 'ticketnumber' in the url.
>
> In my first two functions on the page I can call this
> variable using $_GET['ticke
Jeff McKeon said on Saturday, October 04, 2003 at 11:35 AM
>However on the third funtion I get an undefined index error for
'>ticketid'
Post some code ...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've got a page that is passed the global variable 'ticketnumber' in the
url.
In my first two functions on the page I can call this variable using
$_GET['ticketid'] no problem.
However on the third funtion I get an undefined index error for
'ticketid'
Anyone know why?
Thanks,
Jeff
--
PHP Gen
3 matches
Mail list logo