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
Why do we need abstract class in php?
What are the variables in php?
What is php's mysqli extension?
What is the major php security hole? How to avoid?
What is a php object?
What is the use of ajax in php?
How many types of array are there in php?
What good is polymorphism?
Can we use onclick in submit button?
Explain me what is the difference between explode() and split() functions?
How to redirect https to http url and vice versa in .htaccess?
How to Pass JSON Data in a URL using CURL in PHP?
What are the steps for the payment gateway processing?
Why framework is used in php?
Tell me how can we automatically escape incoming data?