Posted by Harold on 10/10/31 11:52
Sorry about the late reply, but i would like to thank everyone who assisted me with this. I FINALLY got it working to what i want. Harold BTW . This is what worked for me $userid = $_POST['userid']; $item = $_POST['skill']; for ($i=0; $i<count($item); $i++) { $qItem = "insert into skills (skillid, fl_user) VALUES ('$item[$i]','$userid')"; }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming