Okay, so I\'m trying to update a blog entry, and I\'m getting Call to a member function bind_param() on a non-object when I try to run the script. I have done extensive rese
I solved that by testing the queries manually. It turned out to be a matter of putting each field name between back ticks and removing any quotes against the parameters labeled with question marks inside the query.