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 |
What is form validation in php?
Tell me when a conditional statement is ended with an endif?
What happens if an expected input field was not submitted?
What is rest api in php?
What is csrf validation?
How can we increase execution time of a php script?
Functions in IMAP, POP3 AND LDAP?
1 Answers Rushmore Consultancy,
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
What are the string functions in php?
What is a collection in php?
Is null function in php?
What is print_r?