InterviewSolution
Saved Bookmarks
| 1. |
Suppose Your Zend Engine Supports The Mode <? ?> Then How Can U Configure Your Php Zend Engine To Support <?php ?> Mode ? |
|
Answer» In PHP.ini FILE: SET short_open_tag=on to MAKE PHP SUPPORT In php.ini file: set short_open_tag=on to make PHP support |
|