Re: [PHP] PHP_SELF - silly question

2001-01-23 Thread Larry Hotchkiss
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 question > > Im a little brain fri

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

[PHP] PHP_SELF - silly question

2001-01-23 Thread Larry Hotchkiss
Im a little brain fried today and I have a silly question. I have a script (imagine that huh?) that I want to pull some code out of and put in a function that is contained in a seperate file. The function however inlcudes some lines with $PHP_SELF in a link (a href). When I remove the code