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 |
How can I increase my website session?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is a definer in mysql?
Explain me what are the 3 scope levels available in php and how would you define them?
What is the difference between the functions UNLINK and UNSET?
What is the difference between include and require?
How check submit button is clicked in php?
How a variable is declared in php?
How long is csrf token?
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
What is design pattern? Explain all including singleton pattern?
Write a regular expression to get the value xxx from the string 'xxx@yyy.com'