<?
/*
* Exemplar Web hosting
* http://www.exemplar.biz
*
* Title: PHP Online Invoice System
* Version: 2.0
* Author: Exemplar
* Date: 01-01-2006
*
*/
include("header.php");
mysql_query("DELETE FROM clients WHERE clientid=$id",$db);
echo "<h2>Client $id deleted</h2><br>";
echo "<a href=clients.php>Return to clients list</a><br><br>";
include "footer.php";
?>