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 I embed a java program in php file and what changes have to be done in php.ini file?
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
What do you mean range() in php?
How do I escape data before storing it in the database?
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?
What type of headers have to be added in the mail function to attach a file?
What is the main difference between require() and include()?
Explain about the $_GET variable of PHP?
How to read one character from a file?
How can I load data from a text file into a table?
Specify array sort functions available in php ?
How to call a php function from html button?