I am working on a school project and seem to be running into a piece that is causing testing to just stop dead. I am getting a
T_CONSTANT_ENCAPSED_STRING
message when trying to log into my program. Here is what I have so far for my code:
$sql = "select * from users where userid='".$userid' and password='".$password'";