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 create folder inside the file and delete the file. LAKHAN GEHARWAR March 01, 2021 $mydir_path = realpath( dirname( __FILE__ ).'/../../../../../libraries/TCPDF-master/pdf'); $pdf_directory = file_prepare_dir... Continue Reading