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

Which function will you use to create an array?

0 Answers  


Is it possible to protect special characters in a query string?

0 Answers  


Do you know what's the difference between __sleep and __wakeup?

0 Answers  


is that "enumerated array" equal to "numeric array"?

0 Answers   Maxil Technologies,


What is the purpose of the php empty function?

0 Answers  


Could we start a variable with number like $4name?

0 Answers  


Functions in IMAP, POP3 AND LDAP?

1 Answers   Rushmore Consultancy,


Tell me can you extend a final defined class?

0 Answers  


What is putenv?

0 Answers  


What is regular expression in javascript?

0 Answers  


What is PHP? Who is the father or inventor of PHP?

0 Answers  


How to declare an array in php?

0 Answers  


Categories