-2

My question is about php. I want to know how to display or hide the errors in browser? I am just a begginer of php so i need a help in this problem.

sandip bharadva
  • 629
  • 1
  • 6
  • 19

1 Answers1

1

Use error_reporting, for more read this http://php.net/manual/en/function.error-reporting.php and this How do I get PHP errors to display?

Erkin Pardayev
  • 77
  • 2
  • 10