FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Embedding HTML Within a PHP Statement
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Embedding HTML Within a PHP Statement [message #175980] Mon, 14 November 2011 07:29 Go to previous message
Call Me Tom is currently offline  Call Me Tom
Messages: 9
Registered: August 2011
Karma:
Junior Member
I was under the impression that a section of PHP code (the part
between <?PHP and ?>) was independent of any other section of PHP
code. Today I found the following code in a working program:

<?php if (!empty($error_message)) { ?>
<p class="error"><?php echo $error_message; ?></p>
<?php } ?>

This is the first time I have seen a section of PHP code end in the
middle of a PHP statement and restart after some HTML was inserted. I
was surpised that the PHP interpreter was able to connect the two
sections of PHP code.

My question is not how the interpreter does it (that's way beyond my
level of knowledge) but rather
1. Does this only work in special cases or does it work in all
cases?
2. Is it considered good programming, bad programming or personal
preference?

Thanks for some insight,
Tom
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Smart File Downloader - simple script on xampp
Next Topic: Prevent unlink(...) warning
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 22:05:17 GMT 2024

Total time taken to generate the page: 0.04116 seconds