Jump to content

syntax error unepected t constant encapsulated string


jeff5656

Recommended Posts

I get the above error with my code.  The error says line 147m which is the 1st line shown below:

 

$qq "select service from services where id = '". $userarray['id'] ."' LIMIT 1";
$results2 = mysql_query ($qq) or die (mysql_error());
$qqr = mysql_fetch_assoc ($results2);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.