--- Timo Boettcher <[EMAIL PROTECTED]> wrote:
> 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?
It would if you use the GET method as someone had suggested. Basically, this is
how Google works. When you perform a search, the method that the form uses is
GET, so you can bookmark search results, email the URL to a friend, or
whatever.
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