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 convert any type of video formate in flv formate in php can any buddy give me coding.
What do you use php for?
What is the name of the scripting engine that powers PHP?
Explain about Type Juggling in PHP?
How to send a cookie to the browser?
when ever the user logged in the database table the current registered date will be appeared
What is serialization in php?
what is session_set_save_handler in PHP?
Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
Explain php parameterized functions.
Is empty check in php?
What is a trait in php?