Yes, but i need result from player name stored in mysql database..
:)
in sql ok, in construct with ajax i have problem .. i think only today problem :)
get data from url like "playerrestult.php?playername" ... this is my problem for get data from url... i have used it many year ago but now i don't remember..
Ok do you get any errors with construct or have you not tried this yet.
if you want to get data from a URL containing PHP variables eg: ?playername=111
what you can do is in your ajax get request you would do
"yoursite.com?playername="&variableInConstruct&"&id="&variableinconstruct
where you are parsing playername
id