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 |
How can you tell if a number is even or odd without using any condition or loop?
What is a php trait?
What is a controller in programming?
Why is php used?
Explain the difference between session and cookies in php?
What's the best method for sanitizing user input with php?
What is php stack?
How do you destroy a session?
What is pdo classes?
Which are the best start and end tags to use?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is the capacity of mysql database?