Code: Select all
<a href="delete_contact.php?dwnstrmid=$myrowїdwnstrmid]">Code: Select all
<?
$dwnstrmid = $_POSTї'dwnstrmid'];
$result = mysql_query("DELETE FROM contact WHERE dwnstrmid=$dwnstrmid ",$connect);
echo "Deleted";
?>Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in E:\location\of\my\file\delete_contact.php on line 2
Can some one point me to a good, basic, cut and dry tutorial on php, SQL, and regiter globals or explain here what is wrong with the above...syntax or am I completly off? I researched a little and thought I had it down but I guess not
Any help would make me
-Nirus