[Solved] How would I create a button that links to records on my database? [closed]
Generally you should do it the following way: Attach an event to the button just as @Marc B suggested In the function for the event do a jQuery.ajax request, sending the users name (type to POST would be a good idea and the users name inside data) On the server create a PHP file (for … Read more