How to enable error reporting in php?



How to enable error reporting in php?..

Answer / Ashk Kumar Shah

You can enable error reporting in PHP by using the error_reporting() function. For example: error_reporting(E_ALL);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What is csrf verification?

1 Answers  


What is the value for this auto incremented field user_pri_id?

1 Answers  


How can I learn php fast?

1 Answers  


what is nl2br?

4 Answers  


Tell me how can we determine whether a php variable is an instantiated object of a certain class?

1 Answers  


How to move uploaded files to permanent directory?

1 Answers  


Tell me how is it possible to propagate a session id?

1 Answers  


What is a query give example?

1 Answers  


What is echo and print in php?

1 Answers  


Does php need html?

1 Answers  


What are the functions used in php?

1 Answers  


How many records can be stored in mysql table?

1 Answers  


Categories