NYCPHP Meetup

NYPHP.org

[nycphp-talk] $_SERVER['PHP_SELF'} not working?

George Schlossnagle george at omniti.com
Thu Jul 21 11:11:10 EDT 2005


On Jul 21, 2005, at 11:04 AM, Aaron Fischer wrote:

> I've been following this topic with interest.  Can someone clarify  
> what
> the IFS is?  Internet File System is my speculative guess...

Input Field Separator.  In this case the token that separates the  
path which maps to a file on disk and the query string parameters.   
'Normally' you do

http://example.com/index.php?foo=bar

Apache allows the following as an equivalent expression:

http://example.com/index.php/foo=bar

George





More information about the talk mailing list