I am trying to impleement a feature in php, where i need to store every error on my website, i am using code to diplay error:
<?php error_reporting( E_ALL ); ?>
what i want to store arised error in a varible and count how many errors is there? is it possible?