I would like to setup an event where based on a table query that checks to see if a record already exists by comparing it to a SESSION variable. However I am not getting the syntax correct. Can anyone assist? This is what I am trying to do:
$strSQLExists = "select * from carreview where ReviewerName='$_SESSION["ReviewerName"''";
What is wrong with this syntax?