I have tried a very simple example of PHP MySQL Ajax following the example -
http://www.tutorialspoint.com/ajax/ajax_in_action.htm
I created two files putting these in a same folder and uploaded it to the server.I have also checked the connection with DB from the php file. But I don't understand why the html file does not bring any data from the the database. What's wrong with that. The example i followed can be found here.
http://aiworker2.usask.ca/age/ajax.html http://aiworker2.usask.ca/age/ajax-example.php
I'm very new in AJAX and really don't understand what's going on. Any sort of help will be appreciated.