How many Types of COmments are there in PHP and what are they?
Answer Posted / ramesh n
two ways
single line comment
//
multi line comment
/* ------------------- */
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
what is constructor
How can php and html interact?
What is use of htmlspecialchars php?
Why many companies are switching their current business language to php? Where php basically used?
What is the function func_num_args() used for?
What is php addslashes?
What are the php variables?
Is a number php?
Why do we use csrf token?
What are the differences between mysqli_connect and mysqli_pconnect?
When to use self over $this?
What is regular expression in php?
How to remove blank spaces from the string?
What is a query in php?
What is session in PHP. How to remove data from a session?