Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?> mode ?
Answer Posted / 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 |
Post New Answer View All Answers
What u mean by query?
What is cookie and session in php?
sort term descripttion form, report and uery
Tell me what is the difference between the functions strstr() and stristr()?
Which methods should be used for sending an email using the variables $to, $subject, and $body?
How to set session.gc_maxlifetime properly?
When is a conditional statement ended with an endif?
What is the use of die in php?
Which function would you use to replace a record in a database in php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is a query give example?
Php says that an array is an ordered map. But how the values are ordered in an array?
What is the meaning of "enctype= multipart/form-data" ?
What does the unlink() function means?
How to pass an argument to a function?