I would like to know how to put information in one html form into two separate mysql tables.
I have a survey that talks about birds and dogs on one html form. I would like to send the responses regarding dogs to table1 and the responses regarding cats to table2.
What is the script I can use to solve this?