Posted by Benjamin on 09/21/06 01:49
We advise that you use <?php instead of <? because <? can be confused
with <?xml version="1.0"?>. However, if you turn short_open_tags to on
in your php.ini file you can use short tags
Jay Binns wrote:
> I don't have <?php in the beginning of my scripts I just have <?. Now
> the scripts wont run after I upgraded to php 5.1.6. How can I work
> around the fact that all my scripts have <? in the beginning rather than
> <?php ?
>
> Thanks
[Back to original message]
|