Posts tagged as "PHP"

Posted by Nicole Dominguez on 6th February 2010

Commenting your Code

When learning how to code in various languages, it often times helps to know the proper way to comment out certain items. If you don’t already know what it means to add a ‘comment’ to the code, just little notes. It can also be used to block something out, it’s stopping a certain piece of code from it being read by the browser, or whatever have you. Lets start, shall we?