View Single Post
Old 12-17-2009, 02:48 AM  
grumpy
Too lazy to set a custom title
 
grumpy's Avatar
 
Join Date: Jan 2002
Location: Holland
Posts: 9,870
Code:
mysql_select_db($mysql);
$query = 'UPDATE `sms`.`messages_import` SET `timestamp` = NOW(), `status` = \'2\' WHERE `messages_import.id` = `".$id."` LIMIT 1;';
its ".$id."
__________________
Don't let greediness blur your vision | You gotta let some shit slide
icq - 441-456-888

Last edited by grumpy; 12-17-2009 at 02:50 AM..
grumpy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote