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 big is varchar max?
How php statement is different from php script?
How to send email using php script?
how to install openssl, ISAPI, pdf modules in php 5.2.5 with apache on windows xp.
What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?
What is die in php?
What are the current versions of apache, PHP, and mysql?
What types of MYSQL function available for affecting columns
Is python similar to php?
What is cookie and session in php?
What are the environmental variables?
Is php still used?