How to make code comment in php ans a single line
How to make code comment in PHP?
Ans:
a) single line comment: use // (double slash) or # (single hash) sign beginning of the line
b) multiple line comment:
/*
lines of code goes here...
*/...
26-Apr-13 12:00:32 pm
24-Apr-13 01:22:56 am
24-Apr-13 01:17:48 am
24-Apr-13 12:51:06 am
24-Apr-13 12:42:39 am
24-Apr-13 12:11:12 am
24-Apr-13 12:05:44 am
21-Apr-13 09:52:42 pm
15-Mar-13 01:09:25 am
15-Mar-13 01:00:13 am