Learn the Basics of PHP COMMENTS in Tamil | Learn the Basics of PHP Programming Language

Опубликовано: 03 Август 2026
на канале: Software Guidance in Tamil
67
1

Learn the Basics of PHP COMMENTS

php full course
php in tamil
php tutorial for beginners full
php tutorial for beginners full in tamil

There are two main types of comments in PHP:

Single-line comments: These comments are denoted by two forward slashes . Everything after // on the same line is considered a comment.

Multi-line comments: These comments start with /* and end with */. They can span multiple lines and are often used for longer explanations or commenting out blocks of code.

Comments can be used for various purposes in PHP:

Explaining code: Comments are often used to explain the purpose of code, especially in complex or hard-to-understand sections.

Documenting functions and classes: Comments can provide information about the parameters, return values, and functionality of functions and classes.

Debugging: Comments can be used to temporarily disable or "comment out" lines of code for debugging purposes.

TODOs and reminders: Comments can serve as placeholders for future work or reminders about things that need to be addressed later.

Software Guidance in Tamil

   / @softwareguidanceintamil  

PHP Tutorial In Tamil

   • Complete Guide: Installing XAMPP on Window...  
   • PHP Course in Tamil | PHP tutorial for beg...  
   • Learn PHP Programming: Step-by-Step Tutori...  

HTML For Beginners In Tamil

   • HTML Basics for Beginners: Unlock the Worl...  
   • HTML Text Styling | Bold | Underline Effec...  
   • HTML Lists Tutorial in Tamil: Ordered List...  
   • Learn HTML Tables | Tutorial on HTML Table...  
   • How to link pages using HTML  Anchor Tag |...  
   • Ultimate HTML Forms & Input Tags Tutorial ...  

Community

   / @softwareguidanceintamil  
🚀 Subscribe for More:

👍 Don't forget to like, subscribe, and hit the bell icon for more web development tutorials, coding tips, and software guidance in Tamil.

#PHP #PHPProgramming #TamilTutorial #LearnPHP #WebDevelopment #ProgrammingTutorial #PHPBasics #CodingTutorial #TamilProgramming #CodeInTamil