RE: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2003-01-01 Thread @ Nilaab
essage- > From: Thomas Seifert [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 01, 2003 6:29 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] How To Delete Multiple Items Of Multiple Tables Using > PHP and MySQL > > > there is no need to close and open the connection f

Re: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2003-01-01 Thread Jason Wong
On Wednesday 01 January 2003 20:14, [EMAIL PROTECTED] wrote: > Jason, thanks, but see if you can you read the initial question and try to > answer that one for me. You are a great help with resources when I need > them. Your help is always appreciated. The origial clip is as follows > (concentrate

RE: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2003-01-01 Thread @ Nilaab
Jason, thanks, but see if you can you read the initial question and try to answer that one for me. You are a great help with resources when I need them. Your help is always appreciated. The origial clip is as follows (concentrate on the ending question): Hello Everyone, I want to DELETE multipl

Re: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2002-12-31 Thread Jason Wong
On Wednesday 01 January 2003 06:30, [EMAIL PROTECTED] wrote: > I was hoping for better news. Thanks for the suggestion, but it will put a > very big strain on my application since every DELETE query will open and > close the mysql connection everytime. Think about deleting 100s of records > one at

RE: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2002-12-31 Thread @ Nilaab
y, December 31, 2002 1:10 PM > To: @ Nilaab > Cc: PHP List > Subject: Re: [PHP] How To Delete Multiple Items Of Multiple Tables Using > PHP and MySQL > > > From experience, I don't think you can run more then one SQL statement at > once in a single time. Try assigning each

Re: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2002-12-31 Thread Stephen
quot; <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Tuesday, December 31, 2002 1:36 PM Subject: [PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL : Hello Everyone, : : I want to DELETE multiple items of multiple TABLES in a MySQL databas

[PHP] How To Delete Multiple Items Of Multiple Tables Using PHP and MySQL

2002-12-31 Thread @ Nilaab
Hello Everyone, I want to DELETE multiple items of multiple TABLES in a MySQL database. My version of MySQL is 3.23, which means this version doesn't support the DELETE functionality on multiple tables. The following is my PHP code, where $item_id is a multi-dimensional array containing the ids of