Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?>
mode ?
Answer Posted / preeti sahni
set the short_open_tag = Off in php.ini file
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How to open a file for reading?
Is laravel an oop?
What is the best practice for running mysql queries in php? Consider the risk of sql injection.
How to receive a cookie from the browser?
What are hooks in php?
What are the features of object-oriented programming in php?
Tell me what is htaccess?
What is difference between rest api and restful api?
Write a hello world program using variable?
write a note on Testing the web site
What is the use of htmlentities in php?
Explain the difference between $var and $$var?
where do we use htaccess?
How to call javascript function in php without any event?