In Php, Everything Between /* And */ Is Considered A Comment

 
// or # may be used to "comment out" the remainder of a single line:<?php
    $var = "foo";        // This is all ignored
    $var = "bar";        # so is this
?>
Share Article/Example:
  • DotNetKicks
  • DZone
  • StumbleUpon
  • Print
  • Add to favorites
  • Digg
  • del.icio.us
  • Twitter
  • Facebook
  • LinkedIn
  • Posterous
  • Slashdot

 

 
eXTReMe Tracker