On Mon, June 5, 2006 11:52 am, Chris Boget wrote:
>> On Sun, June 4, 2006 3:11 am, Rabin Vincent wrote:
>>> You may find it easier to generate links of the form
>>> delete.php?id=1, etc. Then you won't have to use a seperate
>>> form for each link. The id will be available in delete.php
>>> in $_GET. The same sanity checking applies in this case too.
>> Gah!
>> That violates the HTTP spec for GET versus POST, to start with.
>
> How so?

http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html

-- 
Like Music?
http://l-i-e.com/artists.htm

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

Reply via email to