TheLostGuru Posted July 16, 2007 Share Posted July 16, 2007 I simply want to stop MySQL from warning me about errors. At times it searches in a database and if it can't find what it was searching for it gives me an error like: Warning: mysql_result(): Unable to jump to row 0 on MySQL result index 7 in blahblahblah on line 55. How do I stop this from outputting that warning? Link to comment https://forums.phpfreaks.com/topic/60218-solved-stopping-mysql-error-output/ Share on other sites More sharing options...
ToonMariner Posted July 16, 2007 Share Posted July 16, 2007 use the error supression operator '@' before the mysql function. Link to comment https://forums.phpfreaks.com/topic/60218-solved-stopping-mysql-error-output/#findComment-299546 Share on other sites More sharing options...
TheLostGuru Posted July 16, 2007 Author Share Posted July 16, 2007 thanks! Link to comment https://forums.phpfreaks.com/topic/60218-solved-stopping-mysql-error-output/#findComment-299556 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.