ID: 44809 Updated by: [EMAIL PROTECTED] Reported By: bjornuz at hotmail dot com -Status: Open +Status: Bogus Bug Type: Output Control Operating System: Apache PHP Version: 5.2.5 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. you probably have mismatched {}'s in your "content with a couple of includes and a if and else". bugs.php.net is not intended for that kind of support, please choose the appropriate medium for getting help at http://php.net/support Previous Comments: ------------------------------------------------------------------------ [2008-04-23 15:01:48] bjornuz at hotmail dot com Description: ------------ i keep getting Parse error: syntax error, unexpected $end in /home/wrcmeist/public_html/index.php on line 59 i have tried to close any bracers, it all seems to have happend due to this: if($session->logged_in){ content with a couple of includes and a if and else } else { echo "else works"; } cant see why this should give the bug... Expected result: ---------------- the main page if your logged in, else show "else works" Actual result: -------------- Parse error: syntax error, unexpected $end in /home/wrcmeist/public_html/index.php on line 59 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44809&edit=1