why we use comments
every php script have alot of code line and we want write description to every code then we use comments
comments features :
every php script have alot of code line and we want write description to every code then we use comments
comments features :
- you write any think and server will not read it
- will not appear in the browser
- will not make error in script
how we write comments
we use // to make a one-line comment
we use /* and */ to make a comment block
we use # another way to comments
<?php
//This is a comment
/*
This is
a comment
block
*/
//This is a comment
/*
This is
a comment
block
*/
############this is comments
?>
?>
The topic that your blog deals with demands loads of research.This kind of blog always useful for blog readers. thanks Cake PHP Programmers
ReplyDelete