Rezert Posted August 27, 2008 Share Posted August 27, 2008 Line 168 - http://phpfi.com/347769 When I try to run this query in mysql.exe it returns the expected data: SELECT SUM(`gold`), SUM(`tk`), SUM(`yk`) FROM `hits` WHERE `nick`='Rezert'; However, when I run the query in my PHP, it returns an empty array although it does say mysql_num_rows() != 0 Thanks in advance, Rezert Quote Link to comment Share on other sites More sharing options...
fenway Posted August 27, 2008 Share Posted August 27, 2008 No mysql_error()? Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted August 27, 2008 Share Posted August 27, 2008 You would need to post your code to get help with it. 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.