Re: insert array values

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



9el wrote:
>
> On Sat, Mar 7, 2009 at 5:37 AM, PJ <af.gourmet@xxxxxxxxxxxx
> <mailto:af.gourmet@xxxxxxxxxxxx>> wrote:
>
>     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?
>
>
>
> You can run a php loop inside the insert  clause.
> But if its already existing record then it woud be UPDATE clause.
>
Could I have a small hint as to how to do that. I'll check the manual
and search G in the meantime.  Right now, it's Friday night and I'm
about to get whammied by the wife... ;-)      have a good night & let's
hope for a brighter tomorrow, tomorrow, tomorrowwww

-- 
unheralded genius: "A clean desk is the sign of a dull mind. "
-------------------------------------------------------------
Phil Jourdan --- pj@xxxxxxxxxxxxx
   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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux