Notice: Undefined index: message in /home/example.php on line 9
If you’re getting this message on PHP this is due to your PHP error reporting settings not being set correctly. You can suppress the Notice warnings by changing the error reporting settings on PHP.ini (permanent change) or adding an extra line to your PHP script. Changing PHP.ini: Changing your PHP.ini […]