What are the different opening and closing tags available in PHP?
There are four different types of tags available in PHP they are
* PHP short tags
* ASP style tags.
Generally the first two tags are widely used because they are portable.
Explore posts in the same categories: PHP Interview Questions