+ 1
How to make edit and update button from database to my table using my sql and php which update the the table of my users
Edit and update button
2 Réponses
+ 2
In addition the button can be styled in CSS and dynamicaly together with Javascript.
+ 1
Why you want to make button from databases?
You can create button in Html using button tag. You just add to call event on button like onclick event and call the function on that event which is written in JavaScript.