Hi,
How to make an error trapping module?
Thanks
ishey
Hi,
How to make an error trapping module?
Thanks
ishey
Re: Error Trapping Module
The best place is to handle this yourself using PHP code based on what you are trying to trap. You can search ‘php error trap’ on the net to find many examples:
http://www.w3schools.com/php/php_error.asp
Regards,
Scott.