Re: $_GET verses $_POST

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 4/13/09 6:47 PM, "Michael A. Peters" <mpeters@xxxxxxx> wrote:

> For me the biggest advantage of post is the URLs aren't ugly.
> For cases where get with a variable in the URL is useful (IE
> product=BluePhone) - I prefer to handle that via mod_rewrite.
> 
> The requests get handled by generic.php and generic.php then looks at
> what the requested URI is to figure out what otherwise would have
> specified by a get.
> 
> Just as linkable as ?get=whatever and a lot prettier for the user to
> look at in the url bar.

now we've gotten into aesthetics.

personally, i think there's hardly anything more attractive than get
parameter values that, once urlencoded, parse as correct pcres. there's no
accounting for taste.



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux