Voting

: two plus two?
(Example: nine)

The Note You're Voting On

Krishna Srikanth
18 years ago
Do not mis interpret

<?php echo 'Ending tag excluded';

with

<?php echo 'Ending tag excluded';
<
p>But html is still visible</p>

The second one would give error. Exclude ?> if you no more html to write after the code.

<< Back to user notes page

To Top