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 |
Is key exist in array php?
Tell us how to create an array of a group of items inside an html form?
Why die is used in php?
Is time a dependent variable?
How do I repair phpmyadmin?
Can we extend two classes in php?
Can we extend multiple classes in php?
What is php string function?
Tell me will a comparison of an integer 12 and a string "13" work in php?
Php program to generate fibonacci series?
Explain the ternary conditional operator in php?
Tell me what is the main difference between php 4 and php 5?