Title: Really Basic php Question
Last modified: August 18, 2016

---

# Really Basic php Question

 *  Resolved [ChgoWriter](https://wordpress.org/support/users/chgowriter/)
 * (@chgowriter)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/really-basic-php-question/)
 * 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.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Jeremy Clark](https://wordpress.org/support/users/jeremyclark13/)
 * (@jeremyclark13)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/really-basic-php-question/#post-659410)
 * A comment can begin with `//` for a single line or use
    `/* */` for bigger blocks
   of text.
 *     ```
       /*
       Big Block
       Of Text
        */
       ```
   
 *  Thread Starter [ChgoWriter](https://wordpress.org/support/users/chgowriter/)
 * (@chgowriter)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/really-basic-php-question/#post-659411)
 * thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Really Basic php Question’ is closed to new replies.

## Tags

 * [php tags](https://wordpress.org/support/topic-tag/php-tags/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [ChgoWriter](https://wordpress.org/support/users/chgowriter/)
 * Last activity: [18 years, 5 months ago](https://wordpress.org/support/topic/really-basic-php-question/#post-659411)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
