Realize that when you see "error line..." it doesn't mean that the error is definately on that line. PHP is only *so* smart. You'll find that making mistakes on line X will result in errors being reported on line X+1 or further down in your code.
Don't take the errors at face value all the time - they're an amazingly useful tool, but it's only a machine and is forced by a set of rules. -Mike -----Original Message----- From: Andy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 9:17 AM To: [EMAIL PROTECTED] Subject: [PHP] Help needed Hi all Can someone help? I am new to PHP and need some help, i have tried to build a members only section to my website but i am finding it very hard. I get this error when i go to the login page: Parse error: parse error in /home/.sites/112/site***/web/Members/Login.php on line 201 But the only thing on line 201 is: default: I don't understand? I get the feeling i will need more help even if someone solves this for me :o) Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php