Jump to content

Recommended Posts

hi am getting this can anyone help me thnaks : Parse error: parse error, unexpected T_VARIABLE in includes/functions.php on line 93

 

 

$username=$_SESSION['username']; this line

$query=mysql_query("SELECT * FROM user_info WHERE username='$username' LIMIT 1");

$info = mysql_fetch_object($query);

$date = gmdate('Y-m-d h:i:s');

Link to comment
https://forums.phpfreaks.com/topic/53891-unexpected-t_variable/
Share on other sites

Guest
This topic is now 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.