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 is an array in php?
Why session timeout is important?
What is the difference between php and cakephp?
Suppose your zend engine supports the mode Then how can you configure your php zend engine to support Mode ?
What is baseurl?
How to stop the execution of php script?
What is the correct php command to use to catch any error messages within the code?
What’s the special meaning of __sleep and __wakeup?
How do I run a php script?
What is use of isset function in php?
How to access a specific character in a string using php?
What is beforeRender() used?
How can you associate a variable with a session?
How to write php function in html onclick?
How to randomly retrieve a value from an array?