I have a problem with my PHP code saying that "Notice: Undefined index" I am sure its very simple, since I am a beginner i am not getting well what is wrong exactly so please help me.
Here's the code
$id=$_GET['id'];
$query=mysql_query("select * from manuf where id='$id' ")or die(mysql_error());
$row=mysql_fetch_array($query);
?>