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

.
Fenix_61
Spayder (02.12.2012 / 01:48)
Вот так надо?
$id = abs(intval($_GET['id']));
$update = mysql_query("UPDATE table SET title ='".$title."' where id = '".$id."'");
?
Именно