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
Tell me how is it possible to parse a configuration file?
How to swap two variables without using 3rd temp variable.
What is cookie and why do we use it?
What is the purpose of $_ session?
Explain some of the php array functions?
How do you destroy a particular or all Sessions?
What is $_ get in php?
what is CURL?
What is the use of "ksort" in php?
What is difference between python and php?
Which is true about the singleton design pattern?
Tell me what is the default session time in php?
How do you check if an arraylist is empty?
What is the phpstorm?
What are the difference between abstract class and interface in oops?