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
armstrong number by using php while number is given by the keyboard.?
what is session_set_save_handler in PHP?
What are the different data types in javascript?
How to split a string into array using php?
Is null check in php?
Is php a case sensitive language?
What is the use of php and mysql?
Is ruby on rails php?
Do you know what does mvc stand for and what does each component do?
Is php an array?
What is the use of session and cookies in php?
What is php static function?
Is php pass by reference or value?
What is empty php?
Tell me what is the difference between the functions strstr() and stristr()?