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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.