Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in
If you have phpGrid version less than version number 6.0, add the following to the top of your page to surpress the warning. However, it's a not recommended practice for production.
error_reporting
=
E_ALL
^
E_DEPRECATED