what are the errors and when we get that particular
errors.and who will give that errors
Answer Posted / sekar
There are three types of error in php
1.Notice
2.fatal error
3.warning
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Tell me how can we automatically escape incoming data?
What happens when submit button is clicked?
What is the difference between echo, print and printf()?
What are the environmental variables?
What is inheritance in php with example?
How to set cookies in PHP?
What is the difference between $name and $$name?
Difference between $message vs. $$Message in php.
Which function would you use to read a line of data from a file in php?
What is the use of 'print' in php?
What is the purpose of php?
Tell us how can we access the data sent through the url with the post method?
How can you increase the maximum execution time of a script in php?
Describe PHP error and logging information?
Does session expire on closing browser?