What I am doing is very simple, I have a PHP file to get high score from my database.
As you can see the PHP file works fine.
http://iretrogames.com/cgi-bin/getscores.php
My project:
<img src="http://www.iretrogames.com/gc/1.png" border="0">
When I run it and click the button, txt3Name value is blank.
However, if I just create a file with some text, save it as php and use the same above process, when I click the button txt3Name shows the text.
Obviously the getscores.php file is working correctly as you can see from going to the url, so I don't konw why the AJAX.LastData is empty.
Would appreciate any help. I'm planning on doing a video tutorial on making an online high score table, but I just can't get past this one little thing :).
Thanks.