I am wondering if php syntax can be printed on an html page. For example below is the php syntax that I want to echo on an html page through php.
Please <?php echo $random[array_rand($random)]; ?> the [url=http://feeds.feedburner.com]hello[/url].<br> Also [url=http://feeds.feedburner.com]<?php echo $random[array_rand($random)]; ?>[/url]. <br>
source share