Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links From: Rasmus Lerdorf (rasmus <email protected>)
Date: 08/04/00

> > >> Additionally, the action parameter in a form tag is modified, which
> > >> -doesn't work
> > >> -isn't standard conforming
> >
> > Why it isn't? IIRC URL can contain query parameters, and it works with
> > most servers.
> >
>
> An URL can contain parameters, while action cannot. I've tried a few
> weeks ago, and either netscape or apache strips parameters appended to
> an action URL. I've also seen somewhere a specification, that clearly
> forbids parameters in form action URLs. Unfortunately, I don't remember
> where I found this.

This is definitely not true. And for proof see:

http://www.php.net/~rasmus/form.html

This is a method=POST form that also has GET method parameters on the
action URL.

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>