please i need to know how to disable mysql_connect error message in php while am rewriting the codes to PDO.
some suggest
1: adding @ at the begining of the connection. as follow
@mysql_connect
2: removing the or die() functions
3: setting DEBUG_MODE = 2 in every php file and in php.ini.
source is below
http://help.x-cart.com/index.php?tit...ing_debug_mode
what do i do
Thank you



Reply With Quote

Bookmarks