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 |
What are the features and advantages of object-oriented programming?
How to add comments in php?
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()?
What are the benefits of composer?
What is the difference between get & post ?
How can you make a connection with mysql server using php?
what is benefit of magento?
Is php harder than javascript?
How to get the length of string?
What is namespaces in PHP?
Are php short tags acceptable to use?