Home  • Courses • Software Engineering
How to make code comment in PHP? Ans: a) single line comment: use // (double slash) or # (single hash) sign beginning of the line b) multiple line comment: /* lines of code goes here... */

Comments 1


// echo "Hello world";
Copyright © 2024. Powered by Intellect Software Ltd