answersLogoWhite

0

How do you add a comment in PHP?

Updated: 9/19/2023
User Avatar

Wiki User

12y ago

Best Answer

< ?php

// This is an example of comment in PHP

/*

This is another example of comment in PHP

and we can write comments in multiple lines using this method

*/

? >

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you add a comment in PHP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you comment in PHP?

$this is not a comment;//this is a comment/*this is alsoacomment */


What is a correct way to add a comment in PHP?

There are many ways to comment in PHP, all of them valid: /* Classic C style, which allows you to comment blocks rather than single lines */ // C++ Style, which remarks the remainder of a single line # bash style, which also is a rest-of-the-line comment


How do you leave comment on php code?

There are 3 styles of PHP comments // comment a single line # comment a single line (perl-style /* comment block */


What is the correct way to add comment in PHP?

// For single line comments /* Your comments here */ For multi-line comments


What is syntax in php?

We can use php tags in different ways. &lt;?php //php code to be written here ?&gt; OR &lt;? //php code ?&gt; This tag will not work when we using editors such as macromedia dreamweaver. OR &lt; script language="php"&gt; //php code &lt;/script&gt;


What are PHP packages?

PHP packages are like modules you can add to PHP to add functionability. Adding new packages will allow you do do new things in your PHP scripts.


How do you make a comments page on dreamweaver?

You'd need PHP and mySQL knowledge for this. Search Google for "Free PHP Comment Scripts".


How do you put comment box in the website And where can I see the comment that people submitted on my website?

You would need to learn PHP and MySQL try http://www.tutorialized.com


How do you add a comment to a discussion?

If you are asking about posting a comment in Facebook under the main status or picture is an add comment box, put your comment there. In other forums make sure you are a member of the forum and at the end of the discussion there is usually a box for you to add you comment.


How do you add styles to links with PHP?

PHP is not designed to do this sort of decoration alone -- you will need another language that adds styles. However, PHP can output a portion of these styling languages, like CSS, that add decoration to links.


Where is the new comment section located in Excel?

The question is not clear. To add a comment to a cell, right-click on the cell and select the add comment option.


How do you add a comment within the head tags?

&lt;!-- Comment Goes Here --&gt;