what are the errors and when we get that particular
errors.and who will give that errors
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / amitverma
Errors are mishappenings while the execution of a program.
In PHP errors occurs either compile/parse time or run time.
For more info visit official URL -
http://in.php.net/errorfunc
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sekar
There are three types of error in php
1.Notice
2.fatal error
3.warning
| Is This Answer Correct ? | 0 Yes | 0 No |
Is age interval or ordinal data?
What is the meaning of xdebug?
How to execute a function in php?
what are interfaces and Abstart classes
What is a substring in php?
explain php variable length argument function.
What interest would a "work-for-ownership" offer receive from PHP/MySQL developers?
What is the use of isset() in php?
Which function is used in php to count the total number of rows returned by any query?
What is the difference between Joomla and Drupal?
8 Answers IBM, Procon IT Solutions, T3 Softwares,
how to make website package setup like desktop software setup ... that front end and backend can include in setup like single package...?
How to assigning a new character in a string using php?