<?php
/* delete.php
phpInvoice - is easy-to-use Web-based multilingual accounting software.
Copyright (C) 2001 - 2008 Edy Corak < phprechnung at ecorak dot net >
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
require_once("../include/phprechnung.inc.php");
require_once("../include/smarty.inc.php");
CheckUser();
CheckAdminGroup1();
CheckSession();
if(isset($_REQUEST['myID'])) {
$myID = $_REQUEST['myID'];
$smarty->assign("myID","$myID");
}
if(isset($_REQUEST['page'])) {
$page = $_REQUEST['page'];
$smarty->assign("page",$page);
}
if(isset($_REQUEST['infoID'])) {
$infoID = $_REQUEST['infoID'];
$smarty->assign("infoID","$infoID");
}
if(isset($_REQUEST['Customer'])) {
$Customer = $_REQUEST['Customer'];
$smarty->assign("Customer","$Customer");
}
if(isset($_REQUEST['PrintName1'])) {
$PrintName1 = $_REQUEST['PrintName1'];
$smarty->assign("PrintName1","$PrintName1");
}
if(isset($_REQUEST['Date_From1'])) {
$Date_From1 = $_REQUEST['Date_From1'];
$smarty->assign("Date_From1","$Date_From1");
}
if(isset($_REQUEST['Date_Till1'])) {
$Date_Till1 = $_REQUEST['Date_Till1'];
$smarty->assign("Date_Till1","$Date_Till1");
}
if(isset($_REQUEST['CustomerID'])) {
$CustomerID = $_REQUEST['CustomerID'];
$smarty->assign("CustomerID","$CustomerID");
}
if(isset($_REQUEST['Prefix1'])) {
$Prefix1 = $_REQUEST['Prefix1'];
$smarty->assign("Prefix1","$Prefix1");
}
if(isset($_REQUEST['Firstname1'])) {
$Firstname1 = $_REQUEST['Firstname1'];
$smarty->assign("Firstname1","$Firstname1");
}
if(isset($_REQUEST['Lastname1'])) {
$Lastname1 = $_REQUEST['Lastname1'];
$smarty->assign("Lastname1","$Lastname1");
}
if(isset($_REQUEST['Title11'])) {
$Title11 = $_REQUEST['Title11'];
$smarty->assign("Title11","$Title11");
}
if(isset($_REQUEST['Company1'])) {
$Company1 = $_REQUEST['Company1'];
$smarty->assign("Company1","$Company1");
}
if(isset($_REQUEST['Department1'])) {
$Department1 = $_REQUEST['Department1'];
$smarty->assign("Department1","$Department1");
}
if(isset($_REQUEST['Address1'])) {
$Address1 = $_REQUEST['Address1'];
$smarty->assign("Address1","$Address1");
}
if(isset($_REQUEST['Country1'])) {
$Country1 = $_REQUEST['Country1'];
$smarty->assign("Country1","$Country1");
}
if(isset($_REQUEST['Postalcode1'])) {
$Postalcode1 = $_REQUEST['Postalcode1'];
$smarty->assign("Postalcode1","$Postalcode1");
}
if(isset($_REQUEST['City1'])) {
$City1 = $_REQUEST['City1'];
$smarty->assign("City1","$City1");
}
if(isset($_REQUEST['Stateprov1'])) {
$Stateprov1 = $_REQUEST['Stateprov1'];
$smarty->assign("Stateprov1","$Stateprov1");
}
if(isset($_REQUEST['Position11'])) {
$Position11 = $_REQUEST['Position11'];
$smarty->assign("Position11","$Position11");
}
if(isset($_REQUEST['Initials1'])) {
$Initials1 = $_REQUEST['Initials1'];
$smarty->assign("Initials1","$Initials1");
}
if(isset($_REQUEST['Salutation1'])) {
$Salutation1 = $_REQUEST['Salutation1'];
$smarty->assign("Salutation1","$Salutation1");
}
if(isset($_REQUEST['Phonehome1'])) {
$Phonehome1 = $_REQUEST['Phonehome1'];
$smarty->assign("Phonehome1","$Phonehome1");
}
if(isset($_REQUEST['Phoneoffi1'])) {
$Phoneoffi1 = $_REQUEST['Phoneoffi1'];
$smarty->assign("Phoneoffi1","$Phoneoffi1");
}
if(isset($_REQUEST['Phoneothe1'])) {
$Phoneothe1 = $_REQUEST['Phoneothe1'];
$smarty->assign("Phoneothe1","$Phoneothe1");
}
if(isset($_REQUEST['Phonework1'])) {
$Phonework1 = $_REQUEST['Phonework1'];
$smarty->assign("Phonework1","$Phonework1");
}
if(isset($_REQUEST['Mobile1'])) {
$Mobile1 = $_REQUEST['Mobile1'];
$smarty->assign("Mobile1","$Mobile1");
}
if(isset($_REQUEST['Pager1'])) {
$Pager1 = $_REQUEST['Pager1'];
$smarty->assign("Pager1","$Pager1");
}
if(isset($_REQUEST['Fax1'])) {
$Fax1 = $_REQUEST['Fax1'];
$smarty->assign("Fax1","$Fax1");
}
if(isset($_REQUEST['Email1'])) {
$Email1 = $_REQUEST['Email1'];
$smarty->assign("Email1","$Email1");
}
if(isset($_REQUEST['Url1'])) {
$Url1 = $_REQUEST['Url1'];
$smarty->assign("Url1","$Url1");
}
if(isset($_REQUEST['Note1'])) {
$Note1 = $_REQUEST['Note1'];
$smarty->assign("Note1","$Note1");
}
if(isset($_REQUEST['AltField11'])) {
$AltField11 = $_REQUEST['AltField11'];
$smarty->assign("AltField11","$AltField11");
}
if(isset($_REQUEST['AltField21'])) {
$AltField21 = $_REQUEST['AltField21'];
$smarty->assign("AltField21","$AltField21");
}
if(isset($_REQUEST['AltField31'])) {
$AltField31 = $_REQUEST['AltField31'];
$smarty->assign("AltField31","$AltField31");
}
if(isset($_REQUEST['AltField41'])) {
$AltField41 = $_REQUEST['AltField41'];
$smarty->assign("AltField41","$AltField41");
}
if(isset($_REQUEST['Category1'])) {
$Category1 = $_REQUEST['Category1'];
$smarty->assign("Category1","$Category1");
}
if(isset($_REQUEST['MethodOfPayment1'])) {
$MethodOfPayment1 = $_REQUEST['MethodOfPayment1'];
$smarty->assign("MathodOfPayment1","$MethodOfPayment1");
}
if(isset($_REQUEST['Birthday1'])) {
$Birthday1 = $_REQUEST['Birthday1'];
$smarty->assign("Birthday1","$Birthday1");
}
if(isset($_REQUEST['Order'])) {
$Order = $_REQUEST['Order'];
$smarty->assign("Order",$Order);
}
if(isset($_REQUEST['Sort'])) {
$Sort = $_REQUEST['Sort'];
$smarty->assign("Sort",$Sort);
}
$Searchstring = "CustomerID=$CustomerID&Prefix1=$Prefix1&Title11=$Title11&Firstname1=$Firstname1&Initials1=$Initials1&Lastname1=$Lastname1&Phonehome1=$Phonehome1&Salutation1=$Salutation1&Mobile1=$Mobile1&Address1=$Address1&Fax1=$Fax1&Stateprov1=$Stateprov1&Email1=$Email1&Postalcode1=$Postalcode1&City1=$City1&Url1=$Url1&Company1=$Company1&Phonework1=$Phonework1&Department1=$Department1&Phoneoffi1=$Phoneoffi1&Position11=$Position11&Phoneothe1=$Phoneothe1&Pager1=$Pager1&Note1=$Note1&Altfield11=$AltField11&Altfield21=$AltField21&Altfield31=$AltField31&Altfield41=$AltField41&Country1=$Country1&Date_From1=$Date_From1&Date_Till1=$Date_Till1&Birthday1=$Birthday1&Category1=$Category1&MethodOfPayment1=$MethodOfPayment1&PrintName1=$PrintName1";
$smarty->assign("Searchstring","$Searchstring");
// Assign needed text from selected language file
//
$smarty->assign("Title","$a[addressbook] - $a[delete]");
$smarty->assign("Customer_No","$a[customer_no]");
// Database connection
//
DBConnect();
$query = $db->GetAll("SELECT MYID, FIRSTNAME, LASTNAME, COMPANY FROM {$TBLName}addressbook WHERE MYID=$myID");
// If an error has occurred, display the error message
//
if (!$query)
print($db->ErrorMsg());
else
foreach($query as $result)
{
$smarty->assign("MYID",$result['MYID']);
$smarty->assign("FIRSTNAME",$result['FIRSTNAME']);
$smarty->assign("LASTNAME",$result['LASTNAME']);
$smarty->assign("COMPANY",$result['COMPANY']);
}
$smarty->display('addressbook/delete.tpl');
?>