[PHP-DB] Re: Using an array(-ish) in SQL queries

2004-11-03 Thread SGreen
Check here: http://dev.mysql.com/doc/mysql/en/Comparison_Operators.html Look for the IN and NOT IN comparators :-) DELETE FROM the_table WHERE `ID` IN(1,2,3,4,5,6) Shawn Green Database Administrator Unimin Corporation - Spruce Pine -{ Rene Brehmer }- [EMAIL PROTECTED] wrote on 11/02/2004

Re: [PHP-DB] Book recommendation for using MySQL w. PHP

2004-11-03 Thread David Orlovich
I'd recommend Welling and Thomson PHP and MySQL Web Development. It's nice and thick and a new (3rd) edition has just come out. David. On 4/11/2004, at 4:22 PM, -{ Rene Brehmer }- wrote: hi gang Any recommendations for a book that goes into depth with the SQL language and specifically MySQL's

[PHP-DB] Re: Book recommendation for using MySQL w. PHP

2004-11-03 Thread Manuel Lemos
Hello, On 11/04/2004 01:22 AM, -{ Rene Brehmer }- wrote: Any recommendations for a book that goes into depth with the SQL language and specifically MySQL's variant, and especially using that with PHP I don't need a beginner's guide, cuz I've gotten far beyond that on my own, but I need

[PHP-DB] Book recommendation for using MySQL w. PHP

2004-11-03 Thread -{ Rene Brehmer }-
hi gang Any recommendations for a book that goes into depth with the SQL language and specifically MySQL's variant, and especially using that with PHP I don't need a beginner's guide, cuz I've gotten far beyond that on my own, but I need some help at figuring out the more complex

Re: [PHP-DB] Book recommendation for using MySQL w. PHP

2004-11-03 Thread -{ Rene Brehmer }-
Thanks ... the reviews for that one are pretty promising :p Rene At 04:37 04-11-2004, David Orlovich wrote: I'd recommend Welling and Thomson PHP and MySQL Web Development. It's nice and thick and a new (3rd) edition has just come out. David. -- Rene Brehmer aka Metalbunny If your life was a

Re: [PHP-DB] Re: Book recommendation for using MySQL w. PHP

2004-11-03 Thread -{ Rene Brehmer }-
At 04:42 04-11-2004, Manuel Lemos wrote: Hello, On 11/04/2004 01:22 AM, -{ Rene Brehmer }- wrote: Any recommendations for a book that goes into depth with the SQL language and specifically MySQL's variant, and especially using that with PHP I don't need a beginner's guide, cuz I've gotten