Yes I did, but it doesn't explain exactly how to retrieve variables from a php page and use them in your game. It explains how to call a page and load that page. I can save game information into my database with that method, but I want to pull data from my database by the users being logged in, and if data for that game has been saved it can be loaded into the game for that user from the data pulled from the database in which I put into variables. Does that make any sense at all. Just got off work and a bit tired. Maybe I'm missing something, I don't know.
For example I have:
$var1="value";
in my php page.
I want to get the value of $var1 into my game using the AJAX method.
I'm guessing I might just be missing something and just can't see clearly right now so any help would be greatly appreciated. Thanks.