|
|
| Delete Records [+] Favor-It | |
| |
 |
| | Sort By:
|
Maintenance is a very common task that is necessary for keeping MySQL tables current. There can be several reasons why you would delete a record including removing an old employee, deleting a post in a forum and so on. Author: Tizag Code: PHP 4.0 |
Here is an easy PHP script to delete any row from your Database. This tutorial goes along with several others that use the same news database such as Add a Row to mySQL, Displaying a Database, and Edit a Row In mySQL. Author: Akash Goel Code: PHP 4.0 |
How to delete records from your database. The final part of this database example which needs to be created is a page to delete records. As with the update page, this page will receive an id parameter to know which record to delete. Author: Samuel Santos Code: PHP 4.0 |
|  | |
Deleting old data from your database is a useful thing to do. If you keep a list of books or cd's you own and you sell or give something away, you can remove it from the list.
Author: Chris Smith Code: PHP 4.0 |
The delete query is very similar to the UPDATE Query in the previous lesson. We need to choose a table, tell MySQL to perform the deletion, and provide the requirements that a record must have for it to be deleted. Author: Online Tutorials Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|