Click to See Complete Forum and Search --> : sql user saving user progress


mitchell
10-06-2007, 06:46 PM
Hi i was wondering if you could help me with my project.
im currently making a online multiplayer text game using mysql, and wounded how i could do this:

on a page there is for example 2 links:

main house/level 0
stonewall/ level 0

and the user can click on any of them and it then takes them to a page were the user needs to wait a certain time for it to "build" (at each level) then after that it shows.
For example if you've built the main house once:

main house/level 1
stonewall/ level 0

and then the database saves what a user has done so next time they come back it is all were they left it.
hopefully i can apply this to levels,army etc

i have a "user" table and it stores there session in a cookie

it would be amazing if you could help me out in any way whatsoever as i really apreciate it.