What error do you get with PHP?

-----Original Message-----
From: Gareth Thomas [mailto:[EMAIL PROTECTED]]
Sent: 22 November 2002 02:17
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] mysql command problem


Hi,

I have a Mysql command that when run in PHP does not work and yet when
executed directly in MySQL works fine. The query is:

$query = "UPDATE zone SET current_socket = '' WHERE current_socket LIKE
'R%'";
$result = mysql_query($query);

Anyone have any idea why this wont work in PHP?

Thanks in advance for any help.

Gareth



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to