Hi,
thanks for this very nice script. I am experiencing some trouble, though.
I have installed it on my server. The DB connection is fine. I can call the submit.pgp directly and see the data but I cannot use the HTML page to trigger submit.php.
As if Jquery is not working. I can call your demo page and see that it works and I copied your HTML page and checked everything but AJAX will not pull the data using submit.php.
I used to console to check for errors:
The console shows the same in both versions (your server, my server). It seems that AJAX does not show the results of submit.php in the browser window as I think AJAX can pull the data. Maybe I have a wrong setup and we can figure it out. I have 2 files:
get_employee_data.html (with CSS, JQUERY) and the submit.php with the DB details.
Do I need more? I did not edit anything. I even copied the script to another server with lower restrictions.
Here is the server link to the installed script:
http://texlabserver2.de/justtestin3/get_employee_data.html
The submit.php just has the login data. I did not change that file except for the login to my DB.
http://texlabserver2.de/justtestin3/submit.php
Thanks for the help.
Any help is appreciated