>>POST will allow larger form submits as well, like file uploads.  GET are for 
smaller and faster data sets.

-Mike<<

Not only that, but POST results cannot be properly bookmarked by the user, whereas GET 
results contain the full URI string, therefore can be bookmarked.  Good for searches, 
etc.

Martin

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



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

Reply via email to