Subscribe by: RSS
Comments are an important part of any programming language and PHP is no exception. Comments are used to document code (for yourself and/or others) and to comment out php as needed. PHP provides two forms of inline comments and one form for multiline comments. PHP Comment Types by Example: <?php echo "There are comments below [...]
Continue reading...
Tuesday, July 6, 2010
0 Comments