HTML button not sending SQL query to database – Phpmyadmin
I'm trying to send a SQL command from a HTML button to copy contents of one table into another table, then delete the those contents from the original table. My SQL works if I run through PHPMyAdmin, but not from…