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
Explain the difference between mysql_connect and mysql_pconnect?
How to join multiple strings stored in an array into a single string?
How to download file in php?
Can php run without server?
Explain which cryptographic extension provide generation and verification of digital signatures?
Where session is stored?
What is variable and data type?
Does php need html?
Is array function in php?
How do you use bcrypt for hashing passwords in php?
Define about declare construct?
Is php procedural or oop?
What are PHP Magic Methods/Functions. List them.
How to enable parsing?
What is the difference between nowdoc and heredoc?