Close Menu
    Facebook X (Twitter) Instagram
    Oixiesoft
    • Home
    • Services
      • WordPress Malware Removal
      • Fix WordPress Errors
      • WordPress Website Development
    • Articles
    • Contact
    Oixiesoft
    Home»Tutorial»PHP»PHP Comments
    PHP

    PHP Comments

    Editorial StaffBy Editorial StaffUpdated:May 5, 2022No Comments1 Min Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Comments in PHP

    A comment is the part of a program that exists only for the human reader. It is stripped out before showing the result of the program. There are two commenting formats in PHP:

    Single-line comments:

    They are commonly used for short descriptions.

    Example

    Here are examples of single-line comments.

    <!DOCTYPE html>
    <html>
    <body>
    
    <?php
    // Here is the single-line comment
    
    # hash sign also use for single-line comment
    ?>
    
    </body>
    </html>
    

    Multiple-line comments

    Example

    Here are examples of multiple-line comments.

    <!DOCTYPE html>
    <html>
    <body>
    
    <?php
    /*
    This is a multiple-lines comment block
    This is my first paragraph.
    This is my second paragraph.*/
    ?>
    
    </body>
    </html>
    
    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
    Editorial Staff

    Related Posts

    CodeIgniter vs Laravel: A Detailed Side-by-Side Comparison

    Python Arrays

    Python Lambda

    PHP
    • PHP Comments
    • PHP if else Statements
    • The PHP switch Statement
    • PHP Functions
    • PHP for Loop
    • PHP Arrays
    • PHP Include Files
    • PHP Date() and Time() Function
    • PHP Forms Tutorial
    Services
    • Web Development
    • Mobile Application Development
    • WordPress Malware Removal Service
    • Website Design
    • WordPress Development
    • Magento Development
    • Shopify Development
    • SEO Services
    Blog
    • How to Fix the Error Establishing a Database Connection
    • Ping List WordPress
    • How To Fix Japanese Keyword Hack
    • How to remove Malware from WordPress
    Hire Developers
    • Hire WordPress Developer
    • Hire Shopify Developer
    Contact Info
    • Oixiesoft Technologies
      A-40, Block A, I thum Tower, Sector 62, Noida
    • [email protected]
    • Privacy Policy
    • About Us
    • Contact Us
    © 2025 OixieSoft Technologies

    Type above and press Enter to search. Press Esc to cancel.