Re: [PHP] PHP_SELF - silly question

2001-01-23 Thread Larry Hotchkiss
Yep, thats it, I knew it was a stupid question. I already had a few globals assigned in the function, dont know why I didnt think to ad PHP_SELF as well. Thanks. Krznaric Michael wrote: > > You may have to declare PHP_SELF as global. Take a look at > http://www.php.net/manual/en/languag

RE: [PHP] PHP_SELF - silly question

2001-01-23 Thread Krznaric Michael
You may have to declare PHP_SELF as global. Take a look at http://www.php.net/manual/en/language.variables.scope.php Mike -Original Message- From: Larry Hotchkiss [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 12:21 PM To: [EMAIL PROTECTED] Subject: [PHP] PHP_SELF - silly q