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



Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engin..

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

Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engin..

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

Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engin..

Answer / sumeera

<?php



?>

Is This Answer Correct ?    5 Yes 3 No

Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engin..

Answer / sumeera

<?PHP



PHP?>

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More PHP Interview Questions

Is php a mvc?

0 Answers  


What is echo in html?

0 Answers  


Is empty check in php?

0 Answers  


Explain the importance of the function htmlentities.

0 Answers  


What is the purpose of using php?

0 Answers  


What is $_ get and $_ post in php?

0 Answers  


Is empty in php?

0 Answers  


What is the default session out time?

0 Answers  


Which function would you use to format date information in php?

0 Answers  


What is the difference between javascript and php?

0 Answers  


How to set a page as a home page in a php based site?

0 Answers  


What are the environmental variables?

0 Answers  


Categories