Sorry, I just figured it out.  The third function was getting it's data
from a form submit using post and I didn't include a hidden input field
with the $_GET[''] variable as a value.

Jeff

> -----Original Message-----
> From: Jeff McKeon 
> Sent: Saturday, October 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['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
> 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to