I’m pretty new to PHP so this is probably a pretty easy answer. Anyways I have a mysql table called cities with 10 columns with different city names, then I have a html drop down menu with each of the cities listed. Once they submit I want to add 1 to the mysql table to whichever city they selected. Thanks a ton.
I’m pretty new to PHP so this is probably a pretty easy answer. Anyways
Share
Here’s the tutorial from me so that you can able to post it with this code or even you try to modify this code based on your needs.
Here’s the code created on php code.
THE HTML CODE
Then inside your php :