lucerias Posted November 8, 2006 Share Posted November 8, 2006 May i know what is the meaning of the following error? What i did is only insert echo "test" into one function of a class.Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in C:\Apache Group\Apache2\htdocs\customer.php on line 181 Link to comment https://forums.phpfreaks.com/topic/26547-php-error/ Share on other sites More sharing options...
joshi_v Posted November 8, 2006 Share Posted November 8, 2006 It is saying that you are missing ; or } braces are not matching correctly. Link to comment https://forums.phpfreaks.com/topic/26547-php-error/#findComment-121503 Share on other sites More sharing options...
Orio Posted November 8, 2006 Share Posted November 8, 2006 You are missing a brace probbly. To you want to post your code so we could help?Orio. Link to comment https://forums.phpfreaks.com/topic/26547-php-error/#findComment-121504 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.