if ( $mode=="remove")
{
mysql_query ("DELETE FROM address where id=$id");
Print "Entry has been removed <p>";
}
To remove data we simply query the database to remove all the data related to the entries ID.
By Angela Bradley, About.com Guide
if ( $mode=="remove")
{
mysql_query ("DELETE FROM address where id=$id");
Print "Entry has been removed <p>";
}
To remove data we simply query the database to remove all the data related to the entries ID.
A look back at the best innovations, ideas and technologies over the last 10 years, More >
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.