common Posted July 29, 2010 Share Posted July 29, 2010 Hi I am on working on a communication system, on my computer I use xampp. On my computer I have created this one app, working with mysqli as well. On my system everything works perfectly...nothing goes wrong, all queries execute correctly. But when I upload this app...Its as the queries does not execute. When I use mysqli_fetch_array() function gives error and say that the first parameter is an boolean. The connection is correct and everything. Is there a chance that the fault is on the server's side and that it needs to be restarted? What can you recommend I should do? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/209256-php-server/ Share on other sites More sharing options...
radar Posted July 29, 2010 Share Posted July 29, 2010 try not using mysqli and using just regular mysql command and see if that fixes the issue... Quote Link to comment https://forums.phpfreaks.com/topic/209256-php-server/#findComment-1092703 Share on other sites More sharing options...
PFMaBiSmAd Posted July 29, 2010 Share Posted July 29, 2010 If you echo mysqli_error( mysqli $link ) it will tell you why your query failed. You should actually have error checking and error reporting logic in your application now that would already be telling you this. Quote Link to comment https://forums.phpfreaks.com/topic/209256-php-server/#findComment-1092707 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.