PHP file writing instruction.
August 7, 2008When you save a php file, you should give a .php extension. For example you have start your first php program then make the filename suppose firstprogram.php where php is the file extension and firstprogram is the file name.
Below is some examples on how to make comments on PHP.
// This comment extends to the end of the line.
/* This is
a multi-line
comment *
Tags: php, comments, how to write php
