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.