Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?> mode ?
Answers were Sorted based on User's Feedback
Answer / sathish
In the php.ini file you can change the value of
short_open_tag = on in to short_open_tag = off
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / vijaya
Set this option in php.ini file to allow type of tags.
short_open_tag = On
| Is This Answer Correct ? | 7 Yes | 3 No |
How to convert one date format into another in php?
Can I learn laravel without php?
What are php magic quotes?
Tell me is it possible to submit a form with a dedicated button?
How to terminate the execution of a script in PHP?
How to define a function with any number of arguments?
What is difference between base_url and site_url?
What is the use of hooks?
How to declare an array in php?
How to set a page as a home page in a php based site?
What is die in php?
What is the use of Php variables?