what are the errors and when we get that particular
errors.and who will give that errors
Answer Posted / 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 |
Post New Answer View All Answers
What is the Default syntax used in PHP?
How check submit button is clicked in php?
What is the use of Mbstring?
What is the difference between htmlentities() and htmlspecialchars()?
What is local variable in php?
How do you debug php?
How to calculate the length of a string?
Which programming language does php resemble to?
How is session id stored in browser?
Are php variables global?
What is a trait in php?
How to send email using php script?
Tell me what is the difference between the functions strstr() and stristr()?
How to add comments in php?
in PHP for pdf which library used?