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 |
Explain me what is the w3c?
Do you know what does mvc stand for and what does each component do?
what is constructor in a class, how it is work, how it is call?
Does jwt protect against csrf?
What is the difference between substr() and strstr()?
How do you identify independent and dependent variables in regression analysis?
What type of language is php?
What are the different filter functions used to filter a variable?
How to call a php function from html button?
How can php and html interact?
Tell me what is the use of the function htmlentities?
What is mysql_fetch_row?