update page now

Voting

: three minus two?
(Example: nine)

The Note You're Voting On

Krishna Srikanth
19 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