Simple Registration Form in PHP + MySQL with Validation

Registration form in PHP and MySQL with validation; In this tutorial, i am going to show you how to build user/student/customer registration form in PHP and MySQL with validation. In this tutorial, i will create registration html form with bootstrap 4 library and add server side validation on it. Then store user/student registration form data … Read more

Submit Form without Page Refresh using jQuery Ajax with PHP

Submit form without page refresh using ajax php; in this example; i will show you how to submit form without page refresh using jQuery ajax in PHP MySQL with validation. And insert data into php mysql database using jquery ajax without page refresh. Also in this post, you will learn how to insert data in … Read more