• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to add a score element to your database

JohnM1

Lurker
So I'm developing an app but I have no idea on how to add a score element to my database ie. if a user clicks a button under certain conditions, a counter will increment, post it to your database and if you go to a leader board, it will retrieve this score from the database. I'm using 000webhost for the app so I'm writing the code in php. Would anyone with experience give me advice on how to add the score element to my database or if I could send someone my project to help it would be great
 
Application Development thread moved to the Development forum for better exposure.:)
 
You probably need to add a new column to your table.
What does the table look like at the moment, and what database are you using? Is it MySQL?
 
So can't you just adapt your existing insert and select statements to handle the new column?
 
Back
Top Bottom