[thelist] GET POST Form PHP

Morgan Kelsey thelist at lists.evolt.org
Mon Feb 24 07:16:01 2003


> > I am need to either post or get a query and wondered if any of you can
> tell me
> > what the best way to proceed is?
>
> post
>
> get puts all the form fields in the url
>

but a "GET" submission can be bookmarked, while a "POST" cannot, eh?