Note Submitter: raccoon dot lists at gmail dot com
----
For those of you having trouble with PHP just displaying
source code instead of actually parsing the code AND have
checked the AddType directive a gazillion times, you might
want to change this option in php.ini:
short_open_tag = Off
Yes, it's turned off by default. This makes the PHP engine
only parse scripts that begins with <?php, not the
shorter version (<?).
Correct me if I'm wrong, but this feels a little awkward!
Regards
Kim
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|