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 different loops in php?
Want to know the 10th max salary in salary table
Is php still used?
Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?
What is trait in php?
Tell me in php, objects are they passed by value or by reference?
What is the use of get and post method in php?
What is the php function that removes the last element of the array and returns it?
What is the use of $_request variable?
Explain soundex() and metaphone().
What is the correct php command to use to catch any error messages within the code?
Is uploaded file php?