justoneguy Posted June 1, 2007 Share Posted June 1, 2007 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 More sharing options...
penguin0 Posted June 1, 2007 Share Posted June 1, 2007 check your other post, wildbug posted a solution there. Link to comment https://forums.phpfreaks.com/topic/53891-unexpected-t_variable/#findComment-266452 Share on other sites More sharing options...
Recommended Posts