Whether One-line comment begin with pound sing(#) in php?
Answer Posted / sona
Yes we can give # or // for oneline command
example
//hai
#echo "hai";
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is uri routing?
How to get the total number of values in an array?
Describe PHP error and logging information?
What is preg_match?
Tell me how to create a session? How to set a value in session? How to remove data from a session?
What is the importance of php?
What is singleton pattern in php?
What is the use of mysql_real_escape_string in php?
What is mvc php?
How do I know my xampp version?
Why json is used in php?
How to know user has read the email-php?
Can we use onclick in submit button?
What is $_ get?
Which function gives us the number of affected entries by a query?