Hi, I am having a problem with a SELECT FROM WHERE syntax. I want to be able so select a certain row in a table, and the row must depend on a variable that is supplied. For code I have:
$query = "SELECT * FROM $userstable WHERE codename = $gname";
Whats wrong? 😕