Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?> mode ?
Answer Posted / 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 |
Post New Answer View All Answers
What is slim framework?
What is the use of "ksort" in php?
Explain how can we increase the execution time of a php script?
What distinguishes php from something like client side java script?
Explain the difference between static and dynamic websites?
What is php ci?
How to access a specific character in a string?
How to move uploaded files to permanent directory?
Tell me how can we connect to a mysql database from a php script?
Do you know how to get the ip address of the client?
What is the use of $_request variable?
Is null or empty c#?
What is the difference between php4 and php5?
What is the difference between == and === operator in PHP?
Why should I store logs in a database rather than a file?