I’m experiencing a problem with PHP MySQL update on my InfinityFree-hosted website. Despite reviewing my code and ensuring correct queries, updates are not reflected in the database.
5 Likes
Please provide more information.
5 Likes
I’m sorry, but we’re going to need a bit more information than this.
Our database servers are not that special, they work pretty much like any other MySQL server. And any UPDATE
queries should just work like you’d expect.
What have you tested yourself already to troubleshoot this? Did you debug your PHP code to verify the query is actually being executed correctly? Does the query complete successfully and without errors? Does the query work if you run it by hand through phpMyAdmin?
5 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.