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
Is php good for career?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
What is difference between session and cookies in php?
Which framework is best for php development?
What is final class and final method?
How to execute a php script from the command line?
Tell me what is the use of "enctype" attribute in a html form?
What is PECL?
How to get a total number of elements used in the array?
What does $_env means?
Define soundex()?
How to generate a form?
What are the difference between overloading and overriding in oops?
What is php session id?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?