Suppose your Zend engine supports the mode <? ?> Then how
can u configure your PHP Zend engine to support <?PHP ?>
mode ?
Answer / preeti sahni
set the short_open_tag = Off in php.ini file
| Is This Answer Correct ? | 3 Yes | 0 No |
Does it possible to compile php with mysql without having mysql sources?
Can I write php code in html file?
When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
Is laravel easy to learn?
What is the expansion of LAMP?
What is in a cookie?
Tell me how can we determine whether a variable is set?
What is encapsulation in oop php?
Is php a low level language?
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
What does $_env mean?