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
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.
©2008 About.com, a part of The New York Times Company.
All rights reserved.