Okay. I'm a php newbie.
I have a form where the user enters their name.
I then on the next form I want it to access the database and add 1 to the row named 'number' that matches the persons name that they previously entered. If the name does not exist, I want it to create new data for that person.
Any help would be much appreciated.