Home > Article > Backend Development > Explore some tags that may not be recognized and executed by the PHP interpreter
With the continuous development of the PHP language, there are more and more PHP tags, and developers can write PHP code in various ways. However, despite the large number of PHP tags, not all tags can be recognized and executed by the PHP interpreter. In this article, we will look at some tags that are not part of PHP and may cause your code to error or not function properly.
Example:
<? echo "Hello World!"; ?>