durusmail: quixote-users: form_demo action=?
form_demo action=?
form_demo action=?
Mark Bucciarelli
2003-06-11
On Tuesday 10 June 2003 9:26 pm, Mark Bucciarelli wrote:

> For example, the URL
>       /cgi-bin/myscript.cgi/some/more/path/info
> breaks out into
>       SCRIPT_PATH     = /cgi-bin/myscript.cgi
>       PATH_INFO       = /some/more/path/info
>
> The idea was that you could pass context into your cgi script.
>
> Now, with Quixote, isn't everything a script?  I mean, shouldn't
> PATH_INFO always be empty?

Actually, Quixote seems to work the other way around.  If I make
SCRIPT_NAME blank all the time and load PATH_INFO, everything now
works fine.

Mark

reply