Hi ya guys, recenly finished college course on PHP and cant remeber a thing!!
So I need your help, This is what I have.
Now I want $text to inclue something when someone clicks on a linkPHP Code:function del_entrie($text){
$link = "DELETE " . $text . " FROM Brochures";
$result = mysql_query($link);
echo mysql_error();
}
kind of like thisI hope you understand what I mean and if so please help...HTML Code:<a href="thisfile.php?text=this">Delete</a>
Thankyou :D
