Hey i will attac my .fla if u need me to. {please dont steal my ideas} and i am using the highscore tutorial from FlashKit.com. The link is below.
http://www.flashkit.com/tutorials/Games/PHPMySQ-Jeroen_d-785/index.php
Anyways, my problem is that. im not sure what this part of the .php editing i should change. Here is a part of the .php im not sure what to fill in:
//3. Name of your Database
$db_name = “scores”;
What is my database name and do i have to create one?
This is my actionscript code for the posting [on a frame]:
_root.add_pass = “{same as $pass in _data.php}”;
_root.name = _root.variableYouUsedInTheGameForThePlayersName;
_root.score = _root.variableYouUsedInTheGameForThePlayersScore;
getURL(“new_score.php”, “”, “POST”);
and it will go to another blank link and then nothing happens. Also for the top part where it says: same as $pass in _data.php . I have to enter the same pass as i enterd in $pass right? cuz i wasnt sure if that was any code.
I Also have 10 variables name1 - 10 and score1 - 10 and this is my code for loading the highscores into flash:
loadVariablesNum(“get_score.php?flash=1”, 0);
and that doesnt seem the be helping.
I Woudl Really Really Appreciate Some Help Here :love:
-Matt :sigh: