Hi,
I am currently working on a php/flash/mysql based high score system for a games website. The main obejctive of this system is to submit the scores in the database using flash game. Whenever the user makes the score it will be reflected in the database. While in testing evironment when i submit the scores from flash file the scores are submitting in the database.
Note: Here in this system both the registered and guest users can submit their scores.
Case 1: if the registered user submits the score then it will be submitted in to the database Provided if the user is already logged in if he's not logged in but hez a registered user and made a highest score and wants to submit the score then after this i want to submit their score in the database. Here how can i achieve this. Case 2: if the user is not a registerd user and wants to submit as a registered user then how can i achieve this.