I have been looking at some code and the person uses "<?" at times rather then "<?php"
Thanks for the explanation.
Jim
I have been looking at some code and the person uses "<?" at times rather then "<?php"
Thanks for the explanation.
Jim
it's a setting issue, you can change whether you want <? or <?php to define php code
it's in the phpinfo.php page
try its in the php.ini as short_tags
<? is used when on you can also use <?php
but if off it must be <?php
Ah!
Thanks for the feedback
Jim
PHP is not the only scripting language that can use <?