To view the terms under which this email is distributed, please go to
http://disclaimer.leedsmet.ac.uk/email.htm
On 03 December 2004 15:16, Stuart Felenstein wrote:
> --- Stuart Felenstein <[EMAIL PROTECTED]> wrote:
>
> > The reason the close is there is because the next
> > line
> > of code is the print_r , and I put some html in
> > there.
> >
> So this works great:
>
> if ($row_rsCS == false) {
> print_r ("No Matches Found");
> exit;
> }
>
> But because I want to have some html formatting around
> the print_r, I closed the tags.
Yes, but you didn't include the { } to indicate the scope of the if -- so it
terminated at the ?>.
> I'm not sure how to use the endif.
Well, your taste seems to be to use { }, so :-endif is irrelevant.
Cheers!
Mike
---------------------------------------------------------------------
Mike Ford, Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Headingley Campus, LEEDS, LS6 3QS, United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php