RE: [PHP-WIN] Problem with form
tion. This works: //update "omr" but then only one value from "omr" is posted with PHP How can I get this work: > -Original Message- > From: John Ellingsworth [mailto:[EMAIL PROTECTED] > Sent: den 5 februari 2004 16:10 > To: Disko_kex; [EMAIL PROTECTED
RE: [PHP-WIN] Problem with form
Is your question a javascript or PHP question? For PHP you can do this: $omr = $_POST['omr'] ; if(is_array($omr)) { for($k=0; $kInsert("insert into omr (omrID,omrNumber) values ('$omrID','$omr[$k]')"); $affected_rows = $sql->a_rows;