|
Added on 15.11.09 |
| Clicks 1169 |
| Rating: 5.00 out of 5 from 2 raters |

We have seen how to insert, select and retrieve ,update data, now it's time to learn how to delete unwanted data fromyour table,just have a look at the following table :
| ID | Title | Author | Category | Price |
| 11 | Advanced Database Technology and Design | Mario Piattini and Oscar Diaz | Database, | ,$ 89.00 |
If you had to delete this row ,here is the code
The only difference from this code to the one to update is the $sql variable,therefore I don't need to explain the code,this time,and this is the end of this Beginners Tutorial,obviously all this won't pretend to turn you into a PHP guru but just give you a basic knowledge of what you may do with PHP and MySql.
I hope you enjoyed.