|
Posted by Rik Wasmus on 09/28/07 08:09
On Fri, 28 Sep 2007 10:06:26 +0200, Nicos <nicoskk@gmail.com> wrote:
> When i do
> <?php
> echo "This works fine";
> ?>
> Everything works fine. But when i do
> <?=3D "Some text"?> nothing works. Any ideas?
It relies on short_open_tags, which have been disabled by default for a =
=
very long time now. Don't rely on them, only keep the setting on for =
legacy code that still uses it for which you have no time to rewrite it,=
=
and use full tags in new code.
-- =
Rik Wasmus
Navigation:
[Reply to this message]
|