Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- looping through a comma separated string?


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; ?>


Thread source:: http://www.webmasterworld.com/javascript/3947590.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com