"Chris Hayes" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>       for [each $key, $value in $_POST]
>        {if (! strpos('field',$key)==false)
>            { $key=explode('__',$key);
>               $ID=$key[1];
>             mysql_query(UPDATE mytable SET WHERE ID=$ID)
>            }
>         }


i cant get this code to work. does anybody have the working code..

tnx



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

Reply via email to