Topics
Advanced Web Designing
Introduction to SEO (Search Engine Optimization)
Advanced Javascript
Emerging Technologies (IOT, Cloud Computing, AI,5G)
Server-side Scripting (PHP)
E-Commerce and E-Governance
Comments in PHP
Comments are the statements in PHP code, which are not visible in the output of the program. It is ignored during execution. A Single-line comment is possible if one adds “//” or “#” before a statement in PHP. A multi-line comment is possible with /* and */ .
If you would like to contribute notes or other learning material, please submit them using the button below.