--- Marek Kilimajer <[EMAIL PROTECTED]> wrote:
> > <FORM action="mypage.php?para1=val1&para2=val2" method="get">
> 
> Get variables in action URL don't work with get method, at least in
> Mozilla.

Marek's right, and this is the case for every browser I know of.

In this case, you can specify para1 and para2 as hidden form variables, and it
will work.

Hope that helps.

Chris

=====
My Blog
     http://shiflett.org/
HTTP Developer's Handbook
     http://httphandbook.org/
RAMP Training Courses
     http://www.nyphp.org/ramp

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to