How to Write Comments in PHP. The word comment itself shows its purpose as commenting on something. If we comment on anything in the PHP program file, it will not be run with the program. The compiler will just ignore this comment statement. There are different approaches we can go to commenting on anything in […]