Update MYSQL Table On Div Click using Ajax – No Page Refresh? – Jquery ajax
I have a MYSQL Table called users. I also have a column called online_status. On my page I want a user to be able to toggle their status as 'Online' or 'Offline' and have this updated in the database when…