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 |
Does php class need constructor?
What is the difference between $message and $$message in php?
What are the difference between abstract class and interface?
Where php basically used?
What is difference between static and constant?
What is the use of curl()?
What is a php namespace?
What are the three classes of errors that can occur in php?
What is difference between get and post in php?
How to parse configuration file in php?
Which function gives us the number of affected entries by a query?
What are the encryption functions in php?