How do I display php errors?



How do I display php errors?..

Answer / Raneeta Rani

By default, PHP will display errors on the webpage. However, you can also configure how and where errors are displayed by using error_reporting() and ini_set('display_errors', 'On') functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is the function file_get_contents() useful for?

1 Answers  


Why do we use sessions in php?

1 Answers  


How do I update php?

1 Answers  


Why do we use php?

1 Answers  


Which is the Best plateform for PHP?

7 Answers   DLF, Net Solution,


how can attached a file to a mail and attached a resume to a mail and received in id

0 Answers  


Tell me what type of operation is needed when passing values through a form or an url?

1 Answers  


Is php used in 2019?

1 Answers  


Explain about looping in PHP?

1 Answers  


explain php variable length argument function.

1 Answers  


Where can I learn php?

1 Answers  


What does the scope of variables mean?

1 Answers  


Categories