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
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,
Please forgive me, I am still rather new to coding in PHP. I have looked up
this problem on the PHP.net site, and check my syntax, but I am just not
getting it.
Here is my problem:
I am working on an email page that will vaildate that there is content in
the variables, and respond if there is n
3 matches
Mail list logo