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

What is meant by urlencode and urldocode?

2 Answers  


Can we override magic methods in php?

0 Answers  


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

0 Answers  


Tell me what are magic methods?

0 Answers  


Write a program in php to print a table of a number?

0 Answers  






How to uploaded files to a table?

0 Answers  


How to randomly retrieve a value from an array?

0 Answers  


Is php 7 backwards compatible?

0 Answers  


What are the advantages of indexes?

0 Answers  


How do I check if a given variable is empty?

0 Answers  


Tell me how can I display text with a php script?

0 Answers  


If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

0 Answers  


Categories