Hi guys
Im trying to list all jobs in the database via category that has been passed in the url
sector.php?category=Construction
can anyone see my error?PHP Code:$category = $_GET["category"];
$sql = ("select * from jobs where category = $category");





Bookmarks