If I understand the question correctly, I think the answer is yes.

Maybe something like this:

============

<?php if ($AlertUser2success): ?>

Normal HTML, or MT tags, here.

<?php elseif ($foo == $bar): ?>

Normal HTML, or MT tags, here.

<?php else: ?>

Normal HTML, or MT tags, here.

<?php endif; ?>

============

"Alternative syntax for control structures"
<http://php.net/manual/en/control-structures.alternative-syntax.php>

"PHP Shorthand and Alternate Syntax: A quickie!"
<http://designerfoo.com/php-shorthand-php-alternative-alternate-syntax-a-quickie.html>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to