what are the errors and when we get that particular
errors.and who will give that errors
Answers were Sorted based on User's Feedback
Answer / ks.tarun
In Php there ar different type of error like :
E_Error : Fatal run-time error
E_PARSE : Compile-time parse errors. Only generated by the
PHP parser.
E_NOTICE : Run-time notice,possible there is an error in
your code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / sekar
There are three types of error in php
1.Notice
2.fatal error
3.warning
| Is This Answer Correct ? | 0 Yes | 0 No |
Can age be a variable?
Is md5() is breakable if yes than how?
How is php different from other languages?
What are php string functions?
How to receive a cookie from the browser?
What are the two main string operators?
What is boolean in php?
how can i upload only pdf files in my website? files has not a pdf extension mantioned
Explain mixed and callback functions?
What is difference between mysqli and mysql?
Tell me what is the difference between exception::getmessage and exception::getline?
What are sql functions?