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



what are the errors and when we get that particular errors.and who will give that errors..

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

what are the errors and when we get that particular errors.and who will give that errors..

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

what are the errors and when we get that particular errors.and who will give that errors..

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

Post New Answer

More PHP Interview Questions

How to convert a timezone from one to another ?

1 Answers  


What is the difference between PHP,ASP and JSP?

3 Answers   T3 Softwares,


What is factory pattern in php?

0 Answers  


which function used to get the number of days between two given dates in php

1 Answers  


Is php harder than javascript?

0 Answers  






What is the method to register a variable into a session?

0 Answers  


What are the difference between echo and print?

0 Answers  


How do you end a function in python?

0 Answers  


How to get the ip address of the client?

0 Answers  


What is php mainly used for?

0 Answers  


What is php date function?

0 Answers  


Explain what is the use of "echo" in php?

0 Answers  


Categories