Saturday, July 11, 2009

php2-comments

how the comments work in php
comment r very necessay for the programmer to made for future use.A good programmer always declare the cooments
// is used for single line cooment



/*
this is used for multiple line comment

*/

No comments:

Post a Comment