PHP Comment Tag - PowerPoint PPT Presentation

About This Presentation
Title:

PHP Comment Tag

Description:

Comments in PHP are same as comments that are used in HTML. – PowerPoint PPT presentation

Number of Views:120

less

Transcript and Presenter's Notes

Title: PHP Comment Tag


1
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
doesnt execute by the Linux server. Comments in
PHP are same as comments that are used in HTML.
2
  • 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
3
Types of comments used in PHPSingle line
commentMultiple line comment
4
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 doesnt execute by
    the Linux server.
Write a Comment
User Comments (0)
About PowerShow.com