'Why can't I do a comment ( /* like this one */ ) in PHP?

I just downloaded all the PHP's extensions, and this error popped off:

This is the error

And I did what the error says, and when I started coding, I wasn't able to do a comment with /* This is a comment */

Enter image description here

php


Solution 1:[1]

Try to do something like this:

<!-- Write your comments here -->

because you want to comment in an HTML file.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Peter Mortensen