what are the errors and when we get that particular
errors.and who will give that errors
Answer Posted / amitverma
Errors are mishappenings while the execution of a program.
In PHP errors occurs either compile/parse time or run time.
For more info visit official URL -
http://in.php.net/errorfunc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is curl php?
What is the special meaning of __sleep and __wakeup?
Is age interval or ordinal data?
Which php framework is fastest?
What is the function file_get_contents() useful for?
What is mysqli_query?
What is overloading and overriding in php?
In php, objects are they passed by value or by reference?
What is the difference between laravel and php?
Describe PHP error and logging information?
"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.
How can we change the maximum size of the files to be uploaded?
How to remove leading and trailing spaces from user input values in php?
Is php faster than nodejs?
What is the best way to test the strpos() return value in php?