- Comments in PHP
The purpose of comments is exclusive for your information. In comments you write remarks to the code you are doing. The PHP engine ignores these. Visitors of your site will be not seeing the comments in their browser.
There are two kinds of comment tags PHP:
- o comment in one line having following sign symbol: // ... Here is your comment
Example 1: