Now I'm creating a CRM by the help of PHP, MySql and JQuery. In this project I create a customer registration form. In this registration form, when user press the button, the form value is post to an another page without refreshing the page. I do this section by the help of JQuery ajex concept. After successfully insert the data into the database, the inserted data will be carry back into the jquery and here the data will be show as a popup and the alert message show the inserted data into a table format.Now I'm creating a CRM by the help of PHP, MySq