March 11, 2009

How to add items to a from a website MySQL Database ?

mysql
J Computer Repairs. asked:


How would I make a webpage where you enter your character name and click add and it adds a number to a field in the database of that character name, and this can only be done once every 12 hours.

Filed under Programming & Design by administrator

Permalink Print

Comments on How to add items to a from a website MySQL Database ?

March 13, 2009

Goffik @ 11:26 am

You’ll need a page that uses a submission form to send information to the database. There are hundreds of tutorials on the net about how to do this. Google it.