When my script throws a database error, vb isn't emailing me the error as it does with errors on the stock vb php files. This is making debugging near impossible
Does anyone know if i need to include certain files to make the email on db error of functionality extended to my custom vb script? Does it possibly have to do with the error reporting functions? (Currently set to ==> error_reporting(E_ALL & ~E_NOTICE); )
Thnks!!!!