M
Mokele Mbembe
Guest
I want to use a button to submit a SQL query to a DB using PHP. I could use <form action='submit.php' method='post'>, but I want to run the submit code yet stay on the current page after I submit. Don't give me connection code, I know how to do that.