Fatal Error: Function Name Must Be A String In Myfile.php On Line 130

Welcome Login | Register

Fatal Error: Function Name Must Be A String In Myfile.php On Line 130
  Forums Index
      » PHP Forums
        » » Fatal error: Function name must be a string in myfile.php on line 130



Fatal Error: Function Name Must Be A String In Myfile.php On Line 130
Post Description:
Post Tags: fatal, error, function, name, must, be, a, string, in, myfilephp, on, line, 130, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 1376 Times Since Sat Feb 23, 2008 4:53 pm Posted By luis with 4 replies
Fatal Error: Function Name Must Be A String In Myfile.php On Line 130
im getting this error:

Fatal error: Function name must be a string in
C:apachefriendsxampphtdocsmyscriptsmypagesincludesglobals.php
on line 130


can you tell me what im doing wrong


Leave Your Comments






Share
HTML Link:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About Fatal Error: Function Name Must Be A String In Myfile.php On Line 130




:: 1 :: #42773 - Reply By hostman On Sat Feb 23, 2008 4:54 pm
can yo post whats on line 130?
:: 2 :: #42774 - Reply By luis On Sat Feb 23, 2008 4:58 pm
LINE 130
if(!$words) $words = $clean_word("$words");)
:: 3 :: #42775 - Reply By hostman On Sat Feb 23, 2008 4:59 pm
ok, look at
$clean_keywords("$page_keywords")


this is a function, so you need to remove the $ from $clean_keywords

so change it to
clean_keywords("$page_keywords")
:: 4 :: #42776 - Reply By luis On Sat Feb 23, 2008 5:03 pm
i feel so dumb.. hahahha

thanks, that was it