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 |
Can I learn php without knowing c?
What are arguments in php?
Which function is used to read a file removing the html and php tags in it upwork?
What is default session time and path in PHP. How to change it?
Which function is used to read a single character from a file in PHP.
What are the rules to determine the “truth” of any value which is not already of the boolean type?
Write a program to swap two numbers using php.
how to set session expire(session timeout) using php code
Do you know how to delete a file from the system?
how we can upload and view video files
How can I use the COM components in php?
1 Answers Covansys, Rushmore Consultancy,
what does this symbol mean in php?