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 will the ?getdate() function returns in PHP?
How to create and destroy cookies in php?
Where session is stored?
What is the use of "ksort" in php?
How to check a key exist in an array?
What is the use of super-global arrays in php?
What are sql functions?
How cookies are transported from servers to browsers?
How does csrf attack work?
What is a persistence cookie?
How can I prevent sql-injection in php?
What is the method to execute a php script from the command line?
Is it possible to protect special characters in a query string?
Does php support inheritance?
What is session management php?