iversonm Posted June 16, 2008 Share Posted June 16, 2008 ok hey guys, i again need some help. i want to set up an error system that everytime an or die() statement is used it logs it and adds it to a mysql database. i just need a starting point to figure it out but i have no idea where to start from. any advice?? also is it possible to do something like this require("file.php") or die(mysql_error()); thanks for the help Link to comment https://forums.phpfreaks.com/topic/110366-error-logging/ Share on other sites More sharing options...
bluejay002 Posted June 16, 2008 Share Posted June 16, 2008 creating logs... i dont think its a nice idea to store it to a database, its only a waste of space in the database. instead, use a flat file for that. Link to comment https://forums.phpfreaks.com/topic/110366-error-logging/#findComment-566249 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.