i kena buat presentation minggu depan ,hari ahad i really need urs help, im helpless................... probem dalam system i(tak dpt search ,update , delete
baru tadi dapat coding update... yg nie coding delete.mcm ada masalah dlm nie. page nie kosong je
[<form method = "post" action = "DeleteProduct_p.php"> <? // connect to MySQL database server $connection = mysql_connect("localhost", "root", "") or die("Could not connect to MySQL".mysql_error());
// select the specified database $selection = mysql_select_db("product info") or die("Unable to select database.".mysql_error());
$submit = $_POST["submit"]; if($submit == "Search") { if(isset($_POST["Code"])) { // create the query $ID = $_POST["Code"]; $sql = "SELECT * from product where Code = '$ID'";