So i have this database with registering. And in the backend i want to be able to change their status of payment.
I want a basic textarea where i can paste the ID of the user, and then an okay button to send the method, and then i click okay, i want it to update the users status with the particular id.
Can anyone help how to make connection to the database, where i only update their status if they have that id?
I now the html, i just need the php part.
I don't have any idea on how to do it, so i haven't tried anything yet.