| Server IP : 92.204.40.98 / Your IP : 216.73.216.201 Web Server : LiteSpeed System : Linux amster.dnsfors.com 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : tmksyste ( 2190) PHP Version : 8.3.31 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/tmksyste/public_html/applications/ |
Upload File : |
<!DOCTYPE HTML>
<html>
<head>
<title>Channel4Net | Tables</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Glance Design Dashboard Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template,
SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<!-- Custom CSS -->
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- font-awesome icons CSS -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome icons CSS -->
<!-- side nav css file -->
<link href='css/SidebarNav.min.css' media='all' rel='stylesheet' type='text/css'/>
<!-- side nav css file -->
<!-- js-->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/modernizr.custom.js"></script>
<!--webfonts-->
<link href="//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">
<!--//webfonts-->
<!-- Metis Menu -->
<script src="js/metisMenu.min.js"></script>
<script src="js/custom.js"></script>
<link href="css/custom.css" rel="stylesheet">
<!--//Metis Menu -->
</head>
<body class="cbp-spmenu-push">
<div class="main-content">
<?php include('sidemenu.php');?>
<?php include('connection.php');error_reporting(0);?>
<!-- main content start-->
<div id="page-wrapper">
<div class="main-page">
<div class="tables">
<div class="bs-example widget-shadow" data-example-id="bordered-table">
<h4>Marketing View:</h4>
<table class="table table-bordered">
<?php
$id=$_REQUEST['id'];
$sql="select * from customer_details where cid='$id'";
$result=mysql_query($sql)or die(mysql_error());
$row=mysql_fetch_array($result);
$lid=$row['lid'];
$sql1="select * from leads where lid='$lid'";
$result1=mysql_query($sql1)or die(mysql_error());
$row1=mysql_fetch_array($result1);
$pdate=date("d-m-Y", strtotime($row['pdate']));
?>
<tr><th>Order No</th><td><?php echo $row['order_no'];?></td></tr>
<?php
if(empty($row1['name_firm']))
{
?>
<tr><th>Client Name</th><td><?php echo $row['customer'];?></td></tr>
<tr><th>Contact Number</th><td><?php echo $row['phone'];?></td></tr>
<?php
}
else
{
?>
<tr><th>Client Name</th><td><?php echo $row1['name_firm'];?></td></tr>
<?php
}
?>
<tr><th>Address</th><td><?php echo $row['address'];?></td></tr>
<?php if($row['city']!=""){?>
<tr><th>City & State</th><td><?php echo $row['city']." & ".$row['state'];?></td></tr><?php }?>
<?php if($row['pin']!=""){?>
<tr><th>Pin Code</th><td><?php echo $row['pin'];?></td></tr><?php }?>
<?php if($row['gst']!=""){?>
<tr><th>GST</th><td><?php echo $row['gst'];?></td></tr><?php }?>
<tr><th>Business For The Month</th><td><?php echo $row['program'];?></td></tr>
<tr><th>Payment Date</th><td><?php echo $pdate;?></td></tr>
<tr><th>Taxable Amount</th><td><?php echo $row['famount'];?></td></tr>
<tr><th>Total Amount</th><td><?php echo $row['total_amount'];?></td></tr>
<tr><th>Remarks</th><td><?php echo $row['remarks'];?></td></tr>
<tr><th>MNRI Details</th><td>
<?php
if(!empty($row['file1']))
{
?>
<a target="_blank" href="uploads/customer/<?php echo $row['file1'];?>">View</a>
<?php
}
?>
</td></tr>
<tr><th>Warranty</th><td>
<?php
if(!empty($row['file2']))
{
?>
<a target="_blank" href="uploads/customer/<?php echo $row['file2'];?>">View</a>
<?php
}
?>
</td></tr>
</thead> <tbody>
</tbody> </table>
</div>
</div>
</div>
</div>
<?php include('footer.php');?>
</div>
<!-- side nav js -->
<script src='js/SidebarNav.min.js' type='text/javascript'></script>
<script>
$('.sidebar-menu').SidebarNav()
</script>
<!-- //side nav js -->
<!-- Classie --><!-- for toggle left push menu script -->
<script src="js/classie.js"></script>
<script>
var menuLeft = document.getElementById( 'cbp-spmenu-s1' ),
showLeftPush = document.getElementById( 'showLeftPush' ),
body = document.body;
showLeftPush.onclick = function() {
classie.toggle( this, 'active' );
classie.toggle( body, 'cbp-spmenu-push-toright' );
classie.toggle( menuLeft, 'cbp-spmenu-open' );
disableOther( 'showLeftPush' );
};
function disableOther( button ) {
if( button !== 'showLeftPush' ) {
classie.toggle( showLeftPush, 'disabled' );
}
}
</script>
<!-- //Classie --><!-- //for toggle left push menu script -->
<!--scrolling js-->
<script src="js/jquery.nicescroll.js"></script>
<script src="js/scripts.js"></script>
<!--//scrolling js-->
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.js"> </script>
</body>
</html>