Re: [PHP] Break message in code.

2002-07-16 Thread Analysis & Solutions
On Tue, Jul 16, 2002 at 11:11:57PM -0500, W. Andy Roche wrote: > > If (empty ($sndrname)) { > $error_report_msg = "Please provide a contact name."; > error_msg_form($error_report_msg); > break 1; > } Where's the wh

Re: [PHP] Break message in code.

2002-07-16 Thread Jason Reid
Have you tried using just break? without the 1? Jason Reid [EMAIL PROTECTED] - Original Message - From: "W. Andy Roche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 10:11 PM Subject: [PHP] Break message in code. > Please forgive me, I am still rather new to