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 to get the value of current session id?
What is echo in html?
How to convert a timezone from one to another ?
can anyone explain about stored procedure,Triggers and transaction in php?
Does facebook use php framework?
How do you compare strings in java?
Does apache use php?
What is use of count() function in php?
how we can use lamp.ie installatiion and basic workings.Is it similar to wamp in usage?
Name some of the functions in php.
Tell me what does the initials of php stand for?
Whether it is possible to share a single instance of a memcache between multiple php projects?