Error Display in PHP


/ Published in: PHP
Save to your folder(s)

To show error in php.


Copy this code and paste it in your HTML
  1. ini_set('display_errors', '1');

Report this snippet


Comments


You need to login to view comments.