inversesoft123 Posted February 27, 2010 Share Posted February 27, 2010 Fatal error: Function name must be a string in /home/domain/public_html/domain_com/autologin.php on line 38 Line number 38 is $logedin = mysql_fetch_array(mysql_query("SELECT (*) FROM ibwf_ses WHERE uid='".$getuid_nick($uid)."'")); Please Help Link to comment https://forums.phpfreaks.com/topic/193545-function-name-must-be-a-string-whats-the-error-pls-help/ Share on other sites More sharing options...
PFMaBiSmAd Posted February 27, 2010 Share Posted February 27, 2010 You have a $ sign in front of the $getuid_nick() function call, making it a variable-function-name (php expects a variable named $getuid_nick that holds the actual function name to call.) Link to comment https://forums.phpfreaks.com/topic/193545-function-name-must-be-a-string-whats-the-error-pls-help/#findComment-1018870 Share on other sites More sharing options...
inversesoft123 Posted February 27, 2010 Author Share Posted February 27, 2010 awww, thanx PFMaBiSmAd Link to comment https://forums.phpfreaks.com/topic/193545-function-name-must-be-a-string-whats-the-error-pls-help/#findComment-1018874 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.