$settings="active"; $caller1="open"; $dealer_detil="active"; require_once '../template/superadmin/action_connection.php' ; include("../settings/adminsession.php"); session_start(); if($_REQUEST['idss']!='') { $ids1=$_REQUEST['status']; if($ids1==0) { $ids_m_k=1; } else { $ids_m_k=0; } $Query="UPDATE shop_user SET status='". $ids_m_k."' WHERE `user_id`='".$_REQUEST['ids']."'"; $DB->query($Query); header("location:member_details.php?msg1=sucess"); } if($_REQUEST['id']!='') { $id=$_REQUEST['id']; $Delete_Question = "DELETE FROM tbl_appointment WHERE `id`='$id'"; $Result_Question = mysql_query($Delete_Question); $Query_delete = "DELETE from shop_user where user_id='$id'"; $name_delete=$DB->query($Query_delete); header("location:member_details.php?msg=sucess"); } if($_REQUEST['ids']!='') { $ids=$_REQUEST['ids']; $ids1=$_REQUEST['status']; if($ids1==0) { $ids_m_k=1; } if($ids1==1) { $ids_m_k=0; } //$Delete_Question = "DELETE FROM tbl_appointment WHERE `id`='$id'"; //$Result_Question = mysql_query($Delete_Question); $Query="UPDATE `shop_user` SET `new_status`='$ids_m_k' WHERE `user_id`='".$_REQUEST['ids']."'"; $DB->query($Query); header("location:member_details.php?msg=sucess"); } ?>
S.no | Date | Name | GST NO | Mobile | Address | Status | ||
---|---|---|---|---|---|---|---|---|
echo $nsssss;?> | $dsa_pundai=$rowsss['date'];?>
echo date('Y-m-d',strtotime($dsa_pundai));
?> echo date('h:i:s',strtotime($dsa_pundai)); ?> |
echo $rowsss['name'];?> | $gst=$rowsss['gst']; if($gst=="") { $pundiya_nkara_mavan_gst="NOT APPLICABLE"; } if($gst!="") { $pundiya_nkara_mavan_gst=$rowsss['gst']; } if($gst=="GST") { $pundiya_nkara_mavan_gst="NOT APPLICABLE"; } echo $pundiya_nkara_mavan_gst; ?> | echo $rowsss['phone'];?> |
$text = "4/229, plot no 105, 5th cross street, sarathanager,parvathipuram,,
India,
Nagercoil, Tamilnadu-629003 ";
$text1=$rowsss['address'];
$newtext = wordwrap($text1,20, " \n"); $newtext; ?> ?> echo $newtext;?>, echo $rowsss['city'];?>, echo $rowsss['state'];?>- echo $rowsss['postcode'];?>, echo $rowsss['country'];?>. |
echo $rowsss['email'];?> | if($new_status==0) { ?> Patient } else { ?> Dealer } ?> | if($status==1) { ?> Active } ?> if($status==0) { ?> In Active } ?> |