How do you disable a specific warning message in PHP?
I have an html upload form and am okay with an upload limit, but when I reach my upload script, it throws the warning: "Warning: POST Content-Length of 182003018 bytes exceeds the limit of 134217728 bytes in Unknown on line 0".
I want to...