Are php short tags acceptable to use?



Are php short tags acceptable to use?..

Answer / Santosh Kumar Singh

PHP short tags are not recommended for production use. They can cause confusion and compatibility issues because they are not standardized across different PHP configurations. It's best to use the full tag, <?php, instead.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What are the features and advantages of object-oriented programming?

5 Answers   HCL,


How to add comments in php?

1 Answers  


How do you add a joomla Template in admin panel of joomla? Please mention the steps

3 Answers   Cognizant, T3 Softwares,


What is difference between include,require,include_once and require_once()?

1 Answers  


What are the benefits of composer?

1 Answers  


What is the difference between get & post ?

1 Answers  


How can you make a connection with mysql server using php?

1 Answers  


what is benefit of magento?

1 Answers  


Is php harder than javascript?

1 Answers  


How to get the length of string?

1 Answers  


What is namespaces in PHP?

1 Answers  


Are php short tags acceptable to use?

1 Answers  


Categories