Page is a not externally linkable
whoisgregg - 7:39 pm on Jul 8, 2009 (gmt 0)
DrDoc's solution is far more reliable. However, short tags and the shorthand echo (the <?=) are both deprecated and may not be supported in future versions of PHP. Your code will last longer if you go ahead and use the full echo statement: <?php echo $hideMe; ?>