Posted by Michael Fesser on 01/08/07 18:35
..oO(skinner.daniel@gmail.com)
>recently, a php5 server had pear installed (its the only thing im aware
>of changing on it) and now opening php statements as so
>
><?
>
>?>
>
>doesn't work correctly and inlines such as
>
><?=?>
>
>do not work correctly either. Everything has to be done as
Check phpinfo() for the setting of short_open_tag, it's probably turned
off (as it should be).
><?php
>
>?>
That's the correct and most portable way.
Micha
Navigation:
[Reply to this message]
|