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