December 1, 200520 yr I have been working on a Jeopardy game for the past few months off and on now and I wanted to add some high-scores, but one problem im really bad at forms, and cookies, so i looked onlie and couldnt find anything. I was wondering If anyone could give me some code that would alow me to create highscores.It would have to be in html or javascropt, or some site that could keep track of the high scores for me, like some free website for highscores with a bunch of banner adds. For the highscores It will have their name and score so two feilds are needed if thats of any help, i dont know. thanks :D
December 2, 200520 yr Well, it's rather simple. You can't do that with just javascript and HTML, unless you mean every person who plays it gets a separate highscore table with just their own results. Which isn't too useful, to be honest...
December 2, 200520 yr Author cant you do it by using a form to save the data to the page which can then be recalled onto this webpage niccblt.tripod.com/jeopardy i just want to know how to do it. plz someone
December 3, 200520 yr You'd need to do it with a serverside language like PHP, which, since you aren't sure of forms and cookies and other smaller html and js basics, will be a very big task for you... IMO, the best way would be to use a mysql database to store the scores and then read it using php...
December 3, 200520 yr Author so u dont know of any free code i could use, or a website that offers the service for free? :cry:
December 4, 200520 yr You might want to get a better host if you're considering some of these options suggested. I don't remember most free hosts allowing databases and the ilk I just posted something! ^_^ to the terrorist...er... kirbybeam.
Create an account or sign in to comment