[FX.php List] Best Practices for Forms

Kevin Futter kfutter at sbc.melb.catholic.edu.au
Mon Jul 17 17:07:53 MDT 2006


On 18/7/06 4:12 AM, "Jonathan Schwartz" <jonathan at eschwartz.com> wrote:

> I suppose that there (at least) are two issues here. The first is
> dealing with the original intended question: if with too many fields,
> the URL gets so long that it will not work correctly.

If you're posting data to a database, use the POST protocol to avoid this;
after all, that's what it's for :-) URL-based requests (using GET) are
really for *retrieving* data from a data source. The distinction between the
two is not arbitrary, so it's best to use the one designed for the purpose
at hand. POST = post data to db, GET = get data from db.

-- 
Kevin Futter
Webmaster, St. Bernard's College
http://www.sbc.melb.catholic.edu.au/



------------------------------------------
This e-mail and any attachments may be confidential.  You must not disclose or use the information in this e-mail if you are not the intended recipient.  If you have received this e-mail in error, please notify us immediately and delete the e-mail and all copies.  The College does not guarantee that this e-mail is virus or error free.  The attached files are provided and may only be used on the basis that the user assumes all responsibility for any loss, damage or consequence resulting directly or indirectly from the use of the attached files, whether caused by the negligence of the sender or not.  The content and opinions in this e-mail are not necessarily those of the College.




More information about the FX.php_List mailing list