[PHP] Case Statements - lil help please

2002-03-30 Thread Patrick Hartnett
Are case statements not implemented in PHP4? If so, can someone help me debug this one, I seem to have some syntax incorrect, and am not sure what exactly is wrong with the statement. I get a parse error on the first line, but can't find any documentation on case statements in PHP4, so I am

Re: [PHP] Case Statements - lil help please

2002-03-30 Thread Dennis Moore
.; break; default: $message = An unspecified error occurred.; break; } - Original Message - From: Patrick Hartnett [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, March 31, 2002 12:03 AM Subject: [PHP] Case Statements - lil help please Are case statements