Date: 08/04/00
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] RE: PHP 4.0 Bug #5943 Updated: Wrong "Call to undefined function" fatal error"
- Previous message: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- In reply to: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Next in thread: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Reply: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Reply: Derick Rethans: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > >> 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>
- Next message: Rasmus Lerdorf: "Re: [PHP-DEV] RE: PHP 4.0 Bug #5943 Updated: Wrong "Call to undefined function" fatal error"
- Previous message: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- In reply to: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Next in thread: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Reply: Andreas Karajannis: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Reply: Derick Rethans: "Re: [PHP-DEV] PHP 4.0 Bug #5963: trans-sid breaks javascript links"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

