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 the capacity of mysql database?
How can we display information of a variable and readable by human with php?
Explain the difference between urlencode and urldecode?
What is self in php?
How to convert strings in hex format?
What is str_replace()?
What is strlen function in php?
What PHP stands for?
Which of the delimiter is ASP style?
How to create a text file in PHP?
What is the function to count elements in an array in PHP?
How do you connet mysql database with php?
Tell me how can we determine whether a variable is set?
What is the difference between unset and unlink?
What is php artisan serve?