Newbie Posted October 6, 2011 Share Posted October 6, 2011 Fatal error: Call to a member function query() on a non-object in /home/mobst611/public_html/drugfarm.php on line 20 can anyone see whats wrong with this? line 20 $q=$db->query("SELECT * FROM drugs WHERE drug_available=1 ORDER BY drug_name ASC",$connection); Thanks Quote Link to comment Share on other sites More sharing options...
Dominion Posted October 6, 2011 Share Posted October 6, 2011 Check the class is being called or, since it's mccodes, it's more often then not your forgetting to global $db inside the function. 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.