Tuesday, June 7, 2011

PHP: Comments

<?php

      //A comment on a single line

      /*
      Multiple Line
      Using this method
      you can create a larger block of text
      and it will all be commented out

      */
 ?> 

No comments: