Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?> mode ?
Answers were Sorted based on User's Feedback
Answer / sathish
In the php.ini file you can change the value of
short_open_tag = on in to short_open_tag = off
Is This Answer Correct ? | 22 Yes | 2 No |
Answer / vijaya
Set this option in php.ini file to allow type of tags.
short_open_tag = On
Is This Answer Correct ? | 7 Yes | 3 No |
Is php a mvc?
What is echo in html?
Is empty check in php?
Explain the importance of the function htmlentities.
What is the purpose of using php?
What is $_ get and $_ post in php?
Is empty in php?
What is the default session out time?
Which function would you use to format date information in php?
What is the difference between javascript and php?
How to set a page as a home page in a php based site?
What are the environmental variables?