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 Quote 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.) Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.