Comments are essential in any coding world. PHP is also providing commenting option. Comments are helpful to include in our script pages, where we can write the purpose of a code. In PHP we can define single line comments and multiple line comments. Single Line Comments As the name says, these are one line statement. […]