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

Explain the differences between get and post methods?

0 Answers  


Is php procedural or oop?

0 Answers  


Where php language is used?

0 Answers  


What is the name of the scripting engine that powers PHP?

0 Answers  


Explain Whitespace Characters?

0 Answers  






When to use inquire vs enquire?

0 Answers  


Explain the casts allowed in PHP?

0 Answers  


What does the scope of variables mean?

0 Answers  


If i make my selection in State Dropdown list, i would the City and ZipCode dropdown list to be automatically reupdated based on the State i select.(This to avoid the user select a City or Zipcode that does not correspond to the State previously selected.)

2 Answers   CMC, PHP,


Which function would you use to insert a record into a database in php?

0 Answers  


Can you use php and javascript together?

0 Answers  


Which php framework is best for web development?

0 Answers  


Categories