lucerias Posted October 30, 2006 Share Posted October 30, 2006 There is an existing class and i tried to display the parameter by adding line like this "echo $parameter" under one function of that class. But it popped out error message like the following. If i add the echo line after class before "?>", the same problem came out also.Warning: Cannot modify header information - headers already sent by (output started at C:\Apache Group\Apache2\htdocs\PHPCode\Customer.php:2518) in C:\Apache Group\Apache2\htdocs\PHPCode\index.php on line 441And if i create a function under the class just to display the $parameter, another error message like the following was popped outParse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or `T_VAR' or `'}'' in C:\Apache Group\Apache2\htdocs\PHPCode\Customer.php on line 2507Please tell me how to solve it, thank you. Link to comment https://forums.phpfreaks.com/topic/25576-php-parameter-passing-error/ Share on other sites More sharing options...
trq Posted October 30, 2006 Share Posted October 30, 2006 Post some code! Link to comment https://forums.phpfreaks.com/topic/25576-php-parameter-passing-error/#findComment-116705 Share on other sites More sharing options...
xux Posted October 30, 2006 Share Posted October 30, 2006 It might be difficult for you to get some help if you dont post the codes here,you can use post tag above #(click on the tag and paste the codes in between)Regards Link to comment https://forums.phpfreaks.com/topic/25576-php-parameter-passing-error/#findComment-116710 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.