Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Selling lab account with...
Today 04:08 PM
by drdd10
Last post by Jmathias_91
Today 07:44 PM
10 Replies, 11 Views
Go to first new post [S]: Very well named...
Today 07:31 PM
Last post by JohnnyLoco
Today 07:43 PM
1 Replies, 2 Views
Go to first new post [S]elling some painted...
09-04-2008 06:30 PM
Last post by Wolf08
Today 07:42 PM
15 Replies, 16 Views
Go to first new post (S) Some painted, avie...
Today 06:42 PM
Last post by JohnnyLoco
Today 07:35 PM
4 Replies, 5 Views
Go to first new post NEED EMPTY SIDE...
Today 05:43 PM
Last post by Wolf08
Today 07:31 PM
2 Replies, 3 Views
Reply
 
LinkBack Thread Tools Display Modes

 Commenting your PHP code
Old 10-18-2006, 03:43 PM   #1 (permalink)
Oosband
Guest
 
Posts: n/a
iTrader: / %
Commenting your PHP code

Comments are used in PHP to allow you to write notes to yourself during the development process. Such comments may define the purpose of a code segment or to comment blocks of code while testing scripts.

Comments are ignored by the PHP parser. PHP comments can be defined in one of the following ways:

Examples:
// - simple PHP comment.
# - alternative simple PHP comment.
/*...*/ - multi-line comment blocks.



Example:
Code:
<?php 

// This is a simple PHP comment
#  This is a second simple PHP comment

/* This is a PHP multi-line 
comment block. It can span as
many lines as necessary */

?>
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Trainer Source Code Alex Source Code 16 11-25-2006 02:11 PM
Simple Refresher Code The_Hitman Source Code 8 11-21-2006 08:46 PM
Cheat Engine Vacing Code Help... NightS1N MapleStory 3 10-28-2006 03:45 PM
Wow..I didn't realize that this code was easy... Carnage Chat 1 10-06-2006 07:13 PM
[vb6] Get Web browser Source code Thy Gamer Source Code 0 09-18-2006 06:32 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 07:44 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.09689808 seconds (100.00% PHP - 0% MySQL) with 20 queries