var getCarListVars = new LoadVars();
getCarListVars.accountID = _root.accountID;
getCarListVars.sessionKey = _root.sessionKey;
getCarListVars.action = "getCarSearchList";
_root.getCarListLV = getCarListVars.toString();
_root.getCarListLVFlag = "0";
getURL("lingo: executeCall \"getCarListLV\"", "");
loadVariables("http://nittorevelation.com/reve10.php", "POST");
stop();
^^^^^
Thats my action script. I need a Php made to capture the incoming Variables that the game is sending. This line in the action script, loadVariable("http://nittorevelation.com/reve10.php", "POST"); will be sending it. Can someone help me make the php and then store the Variables its recording to MySQL so i can view it later?






Bookmarks