The Error is
Parse error: syntax error, unexpected T_VARIABLE in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 18
I have no clue how to fix this.
Here is my code.
16. mysql_query("UPDATE players SET lastlogin='$lastlogin' WHERE id='$sessid' LIMIT 1" ) or die(mysql_error())
17.
18.$query = mysql_query("SELECT * FROM players WHERE id='$sessid' LIMIT 1") or die(mysql_error());
Parse error: syntax error, unexpected T_VARIABLE in /home/pokefan0/public_html/pokefan0_wolfmagic/info.php on line 18
I have no clue how to fix this.
Here is my code.
16. mysql_query("UPDATE players SET lastlogin='$lastlogin' WHERE id='$sessid' LIMIT 1" ) or die(mysql_error())
17.
18.$query = mysql_query("SELECT * FROM players WHERE id='$sessid' LIMIT 1") or die(mysql_error());