Catch POST error ?
I have an âissueâ with âcatching an errorâ
In Visual basic, I can write down: on error goto xyz
In 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...
|