sseeley Posted July 28, 2009 Share Posted July 28, 2009 Is there a way to supress these warnings I recieve? I would like to turn them on and off on the page rather than on the server? Warning: mysql_result() [function.mysql-result]: Unable to jump to row 1 on MySQL result index 22 in /home/mypcguy2/public_html/accounts/reports.php on line 1001 Many thanks in advance. Stuart Quote Link to comment https://forums.phpfreaks.com/topic/167863-supress-php-mysql-warnings/ Share on other sites More sharing options...
.josh Posted July 28, 2009 Share Posted July 28, 2009 You can turn your error reporting off by using error_reporting and/or display_errors but the better route would be to write something to do something with the error instead... Quote Link to comment https://forums.phpfreaks.com/topic/167863-supress-php-mysql-warnings/#findComment-885399 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.