[PHP] PHP_SELF SCRIPT_NAME differences

2004-10-12 Thread Jordi Canals
Hi all, I'd like to know the difference by using the $_SERVER['PHP_SELF'] and $_SERVER['SCRIPT_NAME'] variables. After I read the manual, I have not found the difference betwen the two when used in a Web Script. Also, in all tests I've done, I get the same result in both variables. Any comment

Re: [PHP] PHP_SELF SCRIPT_NAME differences

2004-10-12 Thread John Holmes
Jordi Canals wrote: I'd like to know the difference by using the $_SERVER['PHP_SELF'] and $_SERVER['SCRIPT_NAME'] variables. After I read the manual, I have not found the difference betwen the two when used in a Web Script. Also, in all tests I've done, I get the same result in both variables.

Re: [PHP] PHP_SELF SCRIPT_NAME differences

2004-10-12 Thread Curt Zirzow
* Thus wrote John Holmes: Jordi Canals wrote: I'd like to know the difference by using the $_SERVER['PHP_SELF'] and $_SERVER['SCRIPT_NAME'] variables. After I read the manual, I have not found the difference betwen the two when used in a Web Script. Also, in all tests I've done, I get the