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 difference between isset and empty in php?
Tell me is it possible to remove the html tags from data?
Why super () is used in java?
How to move uploaded files to permanent directory?
How long is a php session valid?
How to find the index of an element in an array php?
Describe which programming language does php parallel to?
What are the different tables(engine) present in mysql, which one is default?
What is the difference between include and require?
Which is the best web server?
Tell me how do I escape data before storing it into the database?
What is a lambda function in php?
How can image properties be retrieved in php?
in PHP for pdf which library used?
Explain NULL?