php conditionals?

"stao" <[email protected]>
Newsgroups gmane.comp.php.windows
Message-ID <[email protected]>
Hi,

I saw php usage like below somewhere.  I kind of wonder why the page does 
not display anything.  in my understanding, php only interprets what is 
inside <?php> <?>.  Since the form is outside of any php tags, the form 
should be displayed?

Thank you for any helps.
<html>

<body>

<?php

if (0)

{

?>

<form action="test.php" method="post">

<input type="text" name="name">

<input type="submit" name="submit" value="EnterYourName">


</form>


<?php

}

?>

</body>

</html>



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.