
May 31st, 2000, 08:30 PM
|
|
Contributing User
|
|
Join Date: Mar 2000
Posts: 44
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
I'm a relative newbie myself (I learn mostly from trial and error, so if this doesn't work; ignore me
$qid = db_query("INSERT INTO clients_categories (categories_id, clients_id) VALUES ('($frm["categories"][$i])', '$id')");
You may also want to consider creating a new variable for $frm["categories"][$i]; so you're only inserting 1 variable instead of 2.
|