Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?>
mode ?
Answer / preeti sahni
set the short_open_tag = Off in php.ini file
| Is This Answer Correct ? | 3 Yes | 0 No |
What are the options to transfer session ids?
Are sessions stateless?
What is the difference between $name and $$name?
What is the use of count() function in php?
Does php support overloading?
What is $this in php?
How to access a Static Member of a Class in PHP?
Explain the casts allowed in PHP?
What is constructor and destructor?
What is the use of Mbstring?
How to remove the new line character from the end of a text line in php?
write a program to print [123] [456] [789] note : braces also need to be printed