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
Write a program to swap two numbers using php.
Explain include(), include_once, require() and require_once?
What are the two most common ways to start and finish a php block of code?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
How do you identify independent and dependent variables in research?
What is api example?
Is salary a ratio or interval?
How can we display the output directly to the browser?
How do you check if a variable has been set in php?
Write a program using while loop?
How to specify argument default values?
What is php artisan tinker?
Which will check if a function exists?
How do you use bcrypt for hashing passwords in php?
Write a program in php to find the occurrence of a word in a string?