what does a special set of tags <?= and ?> do in PHP?
Answer Posted / Prabal Bhatnagar
The '<?=' and '?>' tags are called short tag open and close syntax for PHP. They are used to begin and end PHP code within an HTML file, similar to the standard PHP opening and closing tags (<?php and ?>). However, they require that the short_open_tag configuration directive is enabled in the php.ini file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers