Просмотр поста

.
Spayder
*Враг общества*

Вот так надо?

$id = abs(intval($_GET['id']));
$update = mysql_query("UPDATE table SET title ='".$title."' where id = '".$id."'");
?