I've done some rethingking and this may be the direction to go:

What I need to wind up with is something like this:

$sql = "INSERT INTO book_categories ( book_id, category )
    VALUES( '$autoID', '$categoriesID[0]' ),
    ( '$autoID', '$categoriesID[1]' ),   
    ( '$autoID', '$categoriesID[2]' ),
    ( '$autoID', '$categoriesID[3]' )
    ( '$autoID', '$categoriesID[4]' )";

Does it make sense?
How do I pass the values to the query?
        


-- 
unheralded genius: "A clean desk is the sign of a dull mind. "
-------------------------------------------------------------
Phil Jourdan --- p...@ptahhotep.com
   http://www.ptahhotep.com
   http://www.chiccantine.com/andypantry.php


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

Reply via email to