faqts : Computers : Programming : Languages : PHP : kms : General

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

4 of 11 people (36%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

Does $PATH_INFO work under Windows?

May 25th, 2000 16:34
Nathan Wallace, Dave Kingdon


Different people have said different things:

$PATH_INFO does not appear to work under windows.  And in a different
scripting language on Windows, Cold Fusion (similar but different to
PHP), this doesn't work either.  It comes up blank, anyway.

Just thought I'd let you know that $PATH_INFO does work in Windows.  I
use it a lot (ACTION="$PATH_INFO" in forms to return the form data to
the current script, etc), and I've not known it to not work.