How many Types of COmments are there in PHP and what are they?
Answer Posted / aditya sharma
single line comment
// OR #
multiline comment
/* ------------------- */
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
What is helper function?
What are the string function in php?
Describe the security vulnerability of PHP?
How to create a table to store files?
Explain the types of string comparision function in PHP
How do you execute a php script from the command line?
What is escaping to php?
Explain the difference between unlink() and unset()?
How do http requests work?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
What is empty () in php?
Tell me how to initiate a session in php?
What is a variable cost example?
Is php harder than javascript?
What is "echo" in php?