Sharing here what I learned and likes
Pages
(Move to ...)
Home
Websites
Contact us
▼
Disable notice error in php
Are you getting Notice's or "USER" Notice's in your log?
To disable both use:
error_reporting(E_ALL & ~E_NOTICE & ~E_USER_NOTICE);
‹
›
Home
View web version