Jump to content

[SOLVED] How to turn on the asp_tags in PHP.ini?


divadiva

Recommended Posts

This is my php.ini file

 

register_globals = off
allow_url_fopen = off



expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="


[Zend]
zend_extension=/usr/local/zo/ZendExtensionManager.so
zend_extension=/usr/local/zo/4_3/ZendOptimizer.so

 

 

If I add asp_tags, will this work?

 

asp_tags = On

 

Thanks in advance for suggestions.

 

Best

Diva

forget it use the proper way

<?php ?>

your doing php not asp now.

 

Also remember most php tutorials don't use short tags.

 

short tags are classed as bad programming lol

 

know that you are using the best programming language in the world, It best to use, non short tags and get use to it, as you progress in php coding your want others to debug and use your codes.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.