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 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... Link to comment https://forums.phpfreaks.com/topic/167863-supress-php-mysql-warnings/#findComment-885399 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.