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? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
TheLostGuru Posted July 16, 2007 Author Share Posted July 16, 2007 thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.