why we use @symbol before the variable
Answer Posted / srividya
This @ Error control Operator suppress the error message
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Explain the syntax for ‘foreach’ loop with example.
Does php has a future?
Explain the difference between isset() and empty()?
Does php 5 support exceptions?
Tell me how can we check the value of a given variable is alphanumeric?
Is php open source?
How to count a number of words in a string in php?
What is use of mysqli_query in php?
Are php sessions secure?
Is it possible to protect special characters in a query string?
What is csrf token and how will you add csrf token in ajax?
When you want to show some part of a text displayed on an html page in red font color? What different possibilities are there to do this? What are the advantages/disadvantages of these methods?
How can we check the value of a given variable is alphanumeric?
How to return ascii value of character in php?
How to avoid the undefined index error?