"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote Ivo Fokkema ([EMAIL PROTECTED]):
> > Hi list,
> >
> > Just out of curiosity I would like to know if anyone can tell me the
> > difference between some $_SERVER variables that generate the same output
(in
> > my test-file at least).
> I would suggest reading up on the variables available
> http://www.php.net/manual/en/reserved.variables.php
Well, I've seen that, but for instance;

'PHP_SELF'
The filename of the currently executing script, relative to the document
root.
--and--
'SCRIPT_NAME'
Contains the current script's path.

doesn't mean much to me... They both return the same results to me, also.
When do these differ?



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

Reply via email to