/simple-jq-ajax-app

A very simple ajax app with mysql and php. This app allows user to select student id from dropdown and show student details using ajax.

Primary LanguagePHP

README:

Simple php, mysql with and ajax and jquery.

Objective of this application is to give novice a proper insights of php, mysql, and js.

This is a very simple application for demonstrating how to use ajax and jquery's ajax functionality with php.

To use jquery ajax comment the line which includes ajax.js in home.php or vice versa.

WARNING: The mysqli functions usage is not proper in the current version. I soon update it to proper standards.