Category: PHP

How to BootstrapValidator after submit form using Ajax in PHP php

How to BootstrapValidator after submit form using Ajax in PHP

jQuerys serialize() method to get the form data, and then ajax() methods to send the data to the back-end endpoint. After clicking the submit button, FormValidation will submit the form if all the fields are valid. If you want to do additional tasks instead of submitting the form, you can trigger the success.form.fv event. We […]

How to generate random username using PHP, Ajax, and MySQL

In this tutorial we are going to learn how to generate unique or random username using php and jquery ajax. just follow the below step to generate unique username in php. You may also like How to Check UserName and Email Availability From Database using PHP and Ajax and How to Remote call using bootstrap validator. HTML and […]

How to Dynamic PHP and HTML form with qty price and total in a table using JavaScript calculations

Today, I am starting to write an article about dynamic invoice forms in PHP because we need this type of form in a professional way and it is very beneficial for project study because we can’t know the actual rows. Next we have seen how to integrate JavaScript/jQuery auto complete to this dynamically added input […]