In a message dated 30/03/2001 17:59:52 GMT Daylight Time,
[EMAIL PROTECTED] writes:
<< Correct me if I am wrong, but I thought that using IN needed to be followed
by a comma separated list (with each value individually separated from the
others) like this:
$query="DELETE FROM EmailAddress W
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 30, 2001 7:15 AM
To: [EMAIL PROTECTED]
Subject:[PHP] Delete Problem
Hi,
Can anyone see a problem with this?
It keeps stopping on $query1
thanks
Ade
--
PHP General Mailing List (h
On Friday 30 March 2001 14:14, you wrote:
> echo"$inlist";
> $query="DELETE FROM EmailAddress WHERE Email NOT IN $inlist";
$query="DELETE FROM EmailAddress WHERE Email NOT IN ($inlist)";
--
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)
Even idiots can handle computers, and many d
Hi,
Can anyone see a problem with this?
It keeps stopping on $query1
thanks
Ade
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
4 matches
Mail list logo