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
>From experience, I don't think you can run more then one SQL statement at once in a single time. Try assigning each variable with delete, then query them all seperately. I also don't think you need the ; in the SQL statement... - Original Message - From: "@ Nilaab" <[EMAIL PROTECTED]> To