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 |
What does the unset() function mean?
What are the different ways to login to a remote server?
Does https prevent csrf?
Does php support polymorphism?
Which of the data type is compound datatype supported by PHP?
What are php magic quotes?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
How do you check is php not empty?
What is the main function of php?
how to send mail in php but mail should be send in inbox not in spam.....:(
What is get method in java?
What are the differences between php constants and variables?