Hi,
I posted this in HTML but looks like its a PHP issue.
I have an âissueâ with âcatching an errorâ
In Visual basic, I can write down: on error goto xyz
Is there something I can do to catch the error bellow and redirect it to a webpage?
>> PHP Warning: POST Content-Length of 440912205 bytes exceeds the limit of 57671680 bytes in Unknown on line 0
As always, thanks for any help you can offer...
Snib already answered in the HTML forum:
This is a PHP error.
You can detect PHP errors with try {} catch() {} I believe, check out
http://www.php.net
I've looked on php.net and .. .. I can't find a thing in there! :(