$db = mysql_select_db("dev",$connect);
$sql = "DELETE uname FROM users WHERE id='$uname'";
mysql_query($sql,$connect);
$msg = rawurlencode("<center><font color=red>Article $title
successfully deleted</font></center>");
header("location: userdel.php?msg=$msg");
?>
WTFis wrong with that?
Thanks
Anthony
$sql = "DELETE uname FROM users WHERE id='$uname'";
mysql_query($sql,$connect);
$msg = rawurlencode("<center><font color=red>Article $title
successfully deleted</font></center>");
header("location: userdel.php?msg=$msg");
?>
WTFis wrong with that?
Thanks
Anthony