Using comments in your PHP scripts

Adding comments to PHP code is a very useful practice. Comments allows you to add some descriptive text that you can use to document or remind you on what the various parts of the PHP script is doing.
Comments are not sent to the browser, so it won’t be visible in the actual page you load [...]

Posted on January 23, 2008 at 3:47 pm by Eldee · Permalink · Leave a comment
In: PHP Tutorials · Tagged with: , ,