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

How cookies are transported from browsers to servers?

0 Answers  


How can we encrpt a text?

3 Answers  


What is the meaning of symbol '$' in jquery?

0 Answers  


What is the best php framework 2018?

0 Answers  


How do we get the current session id?

0 Answers  






Whether One-line comment begin with pound sing(#) in php?

2 Answers  


What is restful api?

0 Answers  


Why does sql injection happen?

0 Answers  


What is the use of pear in php?

0 Answers  


Explain Whitespace Characters?

0 Answers  


How to move uploaded files to permanent directory?

0 Answers  


Define urlencode() and urldecode() used in php?

0 Answers  


Categories