hello friends.
i have a function in where i move all table content to another table and delete from preview table, the DELETE
DON'T work i can't understund why but here is my code i need your helps friends all your reply count for me.
$query_suppr_panier = sprintf ("DELETE FROM panier WHERE id = %s ",
GetSQLValueString($row_panier['id'], "int"));
mysql_select_db($database_marketbase, $zmarketbase);
$Result = mysql_query ($query_suppr_panier, $marketbase) or die (mysql_error());
$compteur= $compteur+1;
}
}