PHP and MySQL 23: Comments in PHP

Published: 24 January 2025
on channel: Selected Topics in IT
48
1

Comments in PHP. There are three types of comments, which allow you to add notes or explanations in your code without affecting its execution.
// This is a single-line comment
This is another single-line comment

// and # serve the same purpose for single-line comments. Use // as it is more commonly preferred.

/*
This is a multi-line comment.
It spans multiple lines.
*/


On this page of the site you can watch the video online PHP and MySQL 23: Comments in PHP with a duration of hours minute second in good quality, which was uploaded by the user Selected Topics in IT 24 January 2025, share the link with friends and acquaintances, this video has already been watched 48 times on youtube and it was liked by 1 viewers. Enjoy your viewing!