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
How can you retrieve a cookie value?
What is use of preg_replace in php?
What is framework in php?
What is default session time and path in PHP. How to change it?
What are the advantages of oops in php?
What is the difference between session_unregister() and session_unset()?
What is __ invoke in php?
Is php difficult to learn?
How to download and install php for windows?
What is escaping to php?
How can we submit form without a submit button?
Is key exist in array php?
What is the meaning of "enctype= multipart/form-data" ?
Write a program using while loop?
Do you know what is the use of rand() in php?