Menu
Tag

Save form without refresh

Save HTML Form Using Jquery and PHP Without Page Refresh

Jquery, PHP By Oct 22, 2020 2 Comments

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. In the previous tutorial we have used Ajax to save the HTML form without refresh.  Now in this tutorial we will use the Jquery to send the data to our PHP script. In Jquery we can use 2 methods for getting…

Save Html Form Using Ajax and PHP Without Page Refresh

Jquery, PHP By Oct 10, 2020 No Comments

Hello friends hope you all are doing good and please be safe at your home in this pandemic situation. Usually we use to save our html forms using our server side language but these days no body want to refresh the page after clicking the submit button. As it took much time to reload the page again and also it…