Timo Boettcher wrote:

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.

It will not work. One of the requirements of my app is that I can place a bookmark on any page and return to it. That wouldn't work with hidden fields, would it?

Yes, it would. <form action="script.php"> <input type="hidden" name="par" value="val"> ... </form>

would result in script.php?par=val

BTW, I am using http-post.


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



Reply via email to