I am pretty new to flash and php, but I know the basics of both. I have made plenty of flash games, but I am having trouble making a highscore board in which the scores will save. When I simply save them as a var( var highscore; highscore = 10 (or whatever)) they are lost when I leave and/or refresh the page. I have been told to make a database to store the highscores and then retrieve them. However, I do not know how to do this. I have never set up any databases before, but my server does support them and php. The server I run off of is byethost.
I also have been told to do an Access database. I know that php uses mysql databases, but I have no idea what to do.
What I need to know is how to set up a database, how to send variable in flash to it, and how to retrieve them in flash. Thanks in advance.
I also have been told to do an Access database. I know that php uses mysql databases, but I have no idea what to do.
What I need to know is how to set up a database, how to send variable in flash to it, and how to retrieve them in flash. Thanks in advance.