KungFòóFairy Posted November 17, 2004 Posted November 17, 2004 In the php.ini file, does tch set the short_open_tag and asp_tags language options to on or to off? Quote
TCH-Rick Posted November 17, 2004 Posted November 17, 2004 Copied from the php.ini: short_open_tag = On asp_tags = Off Quote
MikeJ Posted November 17, 2004 Posted November 17, 2004 Default is short_open_tag on, asp_tags off. You can change those per account if needed, though (just set them using "php_value short_open_tag off" for example in your .htaccess file). Quote
KungFòóFairy Posted November 17, 2004 Author Posted November 17, 2004 Thank you both for the quick replies. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.