// The following script will allow to delete an entry immediately from your database. The script is in a table for ease of use and lists all entries in your database. One click on the link and it's deleted using the script delete_links2.php
-----------------------------------------------------------------------------------------------------
| DELETE
A PROPERTY |
| |
House id $id $title |
| delete * |
|
";
}
?>
*
If selected this item will be deleted immediately, so be careful!
$numrows)
{?>
< Previous Page
}?>
$numrows=mysql_num_rows($result2);
if($rowstart+10<$numrows)
{?>
Next Page >
} ?>
----------------------------------------------------------------------------------------
//The code for delete_links2.php is as follows:
----------------------------------------------------------------------------------------
---------------------------------------------------------------------