Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?>
mode ?
Answer Posted / preeti sahni
set the short_open_tag = Off in php.ini file
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are static variables in php?
Explain me what is x+ mode in fopen() used for?
Define urlencode() and urldecode() used in php?
What is zend studio for?
How do you connet mysql database with php?
Tell us how can we display the output directly to the browser?
What is empty php?
What is return value in php?
What would occur if a fatal error was thrown in your php program?
Explain me what is the use of 'print' in php?
Why we use get in php?
Is null or empty c#?
Difference between get and post method.
What is the use of session and cookies in php?
What is the difference between nowdoc and heredoc?