Jump to content

Parse error


WatsonN

Recommended Posts

I'm getting the error

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/content/n/a/t/nathanwatson/html/admin/post.php on line 156

and I cant find whats wrong with it

 

 

Line 156 & 157:

  $check = mysql_query("SELECT * FROM users WHERE UID = '$_COOKIE['UID_WatsonN']'")or die(mysql_error());
	while($info = mysql_fetch_array( $check )) {

Link to comment
https://forums.phpfreaks.com/topic/215455-parse-error/
Share on other sites

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.