|
Posted by Rik on 07/08/06 10:08
Harold wrote:
>>> foreach ($_POST['skill'] as $skill) {
>>> mysql_query("INSERT INTO skills (skillid ,fl_user) " .
>>> "VALUES ($skill, userid)");
Hmmz, is your fl_user the string userid, in which case it should be quoted,
a reference to the table you haven't made, or did you forget the $ in
$userid?
Grtz,
--
Rik Wasmus
[Back to original message]
|