How to make Country State Dropdown using Ajax in PHP MySQL LAKHAN GEHARWAR October 31, 2021 Step1:- W e need to be create the database and table for example. City Table:- INSERT INTO `state_tb` (`sid`, `sname`, `cid`) VALUES (NUL... Continue Reading
How to Delete multiple records with checkboxes using AJAX LAKHAN GEHARWAR March 09, 2021 Step1:- W e need to be able to connect to the server, db.php <?php $con = mysqli_connect("localhost","root","... Continue Reading
How To check Username Availability using PHP and jQuery AJAX LAKHAN GEHARWAR October 25, 2019 Step:1 We can access data in the MySQL database, we need to be able to connect to the server.. Demo/config.php <?php $h... Continue Reading