Hi all,
I have made a simple Ajax request, which just get date and time from php, but never seems to complete.
I read the manual entry for ajax but I just don't understand what's wrong here.
The request can be tried here : http://80.166.130.62/ajax/
Here is how it looks in construct.
<img src="http://80.166.130.62/images/construct2_ajax.png" border="0">
And here are the content of http://80.166.130.62/php/ajaxexampleGET.php
<?php
header('Access-Control-Allow-Origin: *');
echo date("d/m/y : H:i:s", time());
?>
.Capx can be found here: http://80.166.130.62/ajax/ajax.capx
If you have any ideas what i'm doing wrong, please let me know.
so I can get my high score table stable in my little test game: http://80.166.130.62/spaceshooter/
It's most likely something simple, since I'm a newbee :)
Thanks in Advance
Hansi