hi i would like to make the echo php will be this = sample <?php echo "string"; ?> to be <?="string";?> thanks.
Maybe he's saying that he wants to be able to use <?= instead of <?php echo.... in which case, he needs to make sure that short_open_tags is On in his php.ini.