j'ai cliqué

$query="select ID from posts where login='moietmoi'";
$dbResult = mysql_query($query, $dbLink);
while($row = mysql_fetch_object($dbResult))
{
$query="update posts set post_body='---' where ID=$row->ID";
mysql_query($query, $dbLink);
}


















