[thelist] PHP Templating recommendations

Matt Warden mwarden at gmail.com
Wed Feb 2 15:53:39 CST 2005


Hi Ben,


On Wed, 02 Feb 2005 16:18:13 -0500, Benjamin Tilley
<kalos at carolina.rr.com> wrote:
> I'm liking HTML::Quickform but for the project I'm starting don't prefer
> that all the arguements get shown on the address bar.  Has anyone
> combined this with session() (before I even try  -- would hate to spend
> a fewhours on something that won't work anyway).

There is a parameter you pass to the HTML_QuickForm constructor that
specifies the form method. Just set this value to 'post'. It will then
use HTTP POST instead of GET and you won't see the params in the
address bar.

Thanks,

-- 
Matt Warden
Miami University
Oxford, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.


More information about the thelist mailing list