40 likes | 61 Views
The main purpose of using the PHP comment tag is to hide the text or code by using comment symbols.
E N D
PHP Comment TagThe comment tag is used for inserting the comments in the source code. They are not considered as the part of the program and doesn’t execute by the Linux server. Comments in PHP are same as comments that are used in HTML.
The main purpose of using the PHP comment tag is to hide the text or code by using comment symbols. It is for the understanding, lets other know what this is all about and what are you doing. www.codingtag.com
Types of comments used in PHP:Single line commentMultiple line comment
https://www.codingtag.com/php-comments/ It is used as a reminder so that after a few years you can remind yourself what you did and what you were thinking. It is not considered as the part of the program and doesn’t execute by the Linux server.