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 |
Which function will you use to create an array?
Is it possible to protect special characters in a query string?
Do you know what's the difference between __sleep and __wakeup?
is that "enumerated array" equal to "numeric array"?
What is the purpose of the php empty function?
Could we start a variable with number like $4name?
Functions in IMAP, POP3 AND LDAP?
1 Answers Rushmore Consultancy,
Tell me can you extend a final defined class?
What is putenv?
What is regular expression in javascript?
What is PHP? Who is the father or inventor of PHP?
How to declare an array in php?