I'm relatively new to PHP, but catch on quickly. I have a site now with a site_info.php page that keeps track of variables like:
$location1= Reno
$location2= Phoenix
What I want to do is have a form I can enter all of these variables into a mysql database and call them using mysql.
I have no idea how to do this? Can anyone point me in the right direction?