|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-04-23 17:27 UTC] colder@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 10 14:00:01 2025 UTC |
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