session_start(); if ($_SESSION["id_user"] == ""){ header ("location: http://dalloul.com.br"); } include "../global/inc_mysql.php"; $sql = "DELETE from videos WHERE id = '".$_GET["id_news"]."'"; $ret = mysql_query($sql); echo "