Which are the best start and end tags to use?



Which are the best start and end tags to use?..

Answer / Kaushal Kishor

In PHP, the PHP starting tag is <?php and the ending tag is ?>. However, the short tags <? and » can also be used if they are enabled in your php.ini file.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

How do I run a php script?

1 Answers  


What is difference between readonly and constant?

1 Answers  


What are the features of php 7?

1 Answers  


How can I loop through the members of an array?

1 Answers   Rushmore Consultancy,


Do you know what does mvc stand for and what does each component do?

1 Answers  


What is isset function in php?

1 Answers  


What is the purpose of using php?

1 Answers  


What is the use of htmlentities in php?

1 Answers  


What are escaping characters?

1 Answers  


How to convert a character to an ascii value?

1 Answers  


What is the meaning of a persistent cookie?

1 Answers  


How many data types are used by php?

1 Answers  


Categories