On Sat, Sep 13, 2003 at 06:15:29PM +0000, Curt Zirzow wrote:
: * Thus wrote Eugene Lee ([EMAIL PROTECTED]):
: > Something I've noticed in PHP is a proliferation of code like this:
: > 
: >     <input name="stuff[title]" value="" type="text" size="40">
[...]
: The way to properly do it would be to set set your name as:
: 
: <input name="stuff%5Btitle%5D" value="" type="text" size="40">

Great idea, thanks Curt!

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

Reply via email to