Learn on how to create a Simple Inline Delete Using PDO. An advance php script that can delete a table row with PDO. This is helpful when you want to remove a specific data row that needed to be deleted.
Learn on how to create a Simple Auto Delete When Expired using PHP. A advance PHP technique that can delete a data when it reach the due date. This is helpful code because it will automatically remove for your all data that are expired.
Learn on how to create a Simple Delete Data In XML File using PHP. An advance PHP script that can remove a data in a xml file. This code can be use when you want to remove a unnecessary data in the your xml file.
Learn on how to create a Remove File From Directory using PHP. A simple PHP script that can remove any files inside a directory. This can also be apply with a deleting query, so that everytime you delete some data in the database it will also delete the file in the directory.
Learn on how to create Remove Multiple Row using MySQLi. A simple PHP program that can remove multiple row in just on click. This tend to make your deleting of data faster and convenient to you.
Learn on how to create a Remove Multiple Rows Using MySQLi. A simple PHP code that can select the items that will be deleted. This code can be implement when you want to delete the entire row in a single click.
This tutorial tackles on how to delete multiple rows using jquery. jQuery is a javascript library that provides excellent ui and makes you use javascript easily. In this tutorial, we are also gonna be using jquery to check all checkbox via one main checkbox.
This is the last part of my Vue.js CRUD tutorial wherein we are going to update and delete data in our database. We are going to create two more modals for our update and delete. In this tutorial, with the help of axios, we're gonna update and delete data in our database using our API.
This is the last part of my Laravel CRUD Series wherein I'm going to show you how to edit and delete using AJAX/jQuery with the use of bootstrap modal to handle our edit form and a confirmation in deleting the row.
This program has the following feature: 1. Login 2. Select, Insert, Update and Delete 3. Log out Database name: login Table name: users username: erwin password: 123456 Note: Extract the file and upload to your server. Create database: login. Import the login.sql to your database.