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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to