Hello, I've managed according to the tutorials to use the local json file through the files folder. Now I would like to tryout hosted version of it.
I've tried to use the AJAX request , but nothing worked, then I've tried to setup a php file index.php with the following contents
<?php
echo date ("h:i:s");
?>[/code:3o6rnsop]
Just to try and output it, but nothing working so far.
What am I doing wrong?