how many types of error in PHP.
Answers were Sorted based on User's Feedback
Answer / desh
Three type of errors in PHP basically.
1.Notices
2.Warnings
3.Fatal error
| Is This Answer Correct ? | 29 Yes | 2 No |
What is split function in php?
What is session expiry?
Explain some most commonly use string functions in php?
What is smarty?
how retrive the video file in php using video tag
Explain the types of string comparision function in PHP
What are the two most common ways to start and finish a php block of code?
How to get the length of string?
Tell me how can you pass a variable by reference?
What is inheritance in php with example?
How to protect special characters in query string?
What is the difference between $message and $$message in php?