Hi guys, I am getting this error on my delete page.
Undefined index: id on line 6
Here is my code in which I am using the $_GET method, I also have the ID in the URL of that page.
$result = mysql_query("SELECT * FROM `items` WHERE `id` = '$_GET[id]'");
Any help would be kindly appreciated.
Kind regards,
Jordan