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 |
I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??
What is the use of namespace in php?
What is explode() in php?
Does php require a web server?
what will do ceil() and floor() in PHP?
What are the advantages of triggers?
what is the use of include() function when include_once() alone will enough?
What is is_null() in php?
Explain different types of errors in PHP (i.e. arguments in errorreporting function)?
8 Answers Base2 Infotech, DCI, Microsoft, Tata Elxsi,
What are the basic steps to store PHP session in to Database?
Tell me can the value of a constant change during the script's execution?
How can a cross-site scripting attack be prevented by php?