How to put a comment in PHP?
PHP comments are similar to java and PHP lines can be commented using //. If we want to comment the entire block of lines, then we can enclose them in /* and * as follows:
|
<?php // This is a comment and not executed. /* this is a block of lines that are commented using block comment. */ ?> |

Recent comments
24 weeks 10 hours ago
24 weeks 4 days ago
24 weeks 4 days ago
24 weeks 6 days ago
25 weeks 4 days ago
27 weeks 5 days ago
30 weeks 5 days ago
33 weeks 4 days ago
34 weeks 2 days ago
35 weeks 23 hours ago