I have a new website. In this website, the user enters values in the Name & Email in text fields and then the user clicks an anchor to get a unique link.
Now the thing is, I want to save data from input type text (Name & Email). I know how to do it if there is a submit button, but how can I save data without a submit button?
I want to save data in a database via PHP.