Hi,
You should use <?php opening tags, as some systems might have short_open_tag = Off in their php.ini (like in my case).
Just good practice, I think.
SabbeRubbish
Logged In: YES user_id=1668699 Originator: YES
Another possible way is to include the following line in your config.php: ini_set("short_open_tag", "On");
Log in to post a comment.
Logged In: YES
user_id=1668699
Originator: YES
Another possible way is to include the following line in your config.php:
ini_set("short_open_tag", "On");
SabbeRubbish