Hi Guys,
I ve been working on a custom highscore, but i encounter a strange problem when requesting with ajax.
i have a global variable score in my project, and a inputbox to store the name so, that will be:
AJAX Request:
"http://mydomain.com/stuff/scores.php?name="&inputbox.text&"score="&score
It doesn't worky and i have no idea why?
If i use no variable, and put directly values, like this:
"http://mydomain.com/stuff/scores.php?name=somename&score=777"
It works.
Any help would be appreciated. Thanks