HI, im trying to make a delete page so, my mom , can delete all her photos or old new of her website as easy as a click, the problem it aint working !
im using this query
<?
include("connection.inc");
$bye=$_GET['id'];
$sql = "DELETE FROM photos WHERE code=$bye";
$result = mysql_query($sql);
echo "DELETED!";
?>
Thanks for your time