Forums

[resolved] Really Basic php Question (3 posts)

  1. ChgoWriter
    Member
    Posted 4 years ago #

    This is a really basic question, but here goes.
    I need to "Comment Out" something on one of my php files.
    What are the proper beginning and ending symbols to do this?
    I tried a couple, they didn't work.

  2. Jeremy Clark
    Moderator
    Posted 4 years ago #

    A comment can begin with // for a single line or use
    /* */ for bigger blocks of text.

    /*
    Big Block
    Of Text
     */
  3. ChgoWriter
    Member
    Posted 4 years ago #

    thank you very much

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags