Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

PHP Questions!

Name: Anonymous 2008-06-03 17:12

<?php
if ($expression) {
    ?>
    <strong>This is true.</strong>
    <?php
} else {
    ?>
    <strong>This is false.</strong>
    <?php
}
?>

I am confused by this code.
Can anyone explain to me what happens if $expression is true? false?

Name: Anonymous 2008-06-04 1:39

I think the output is
<strong>This is true.</strong>
<strong>This is false.</strong>
,
and OP is puzzled by this.

lol web programmers

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List