Current File : /home/inlingua/public_html/noida/icentex_noida/conveyance/policy_document.php
<?php
include("header_conveyance.php");

// Include the database connection details
require('../dbConnection.php');

// Include common functions
require('../commonFunc.php');

// Include common functions
require('../globalVars.php');

require('../dbHandler.class.php');

$dbObject = new dbHandler();
$dbObject->connect();

$band_query="select * from ingl_conveyance_designation where recNo='".$_SESSION['rates_designation']."'";
$resultband=mysql_query($band_query);
$numband=mysql_fetch_array($resultband);
?>
<h2>Download Conveyance Policy</h2>



<table align="center" cellpadding="3" cellspacing="3" width="99%" id="adform">
					<tbody>
					
					
	<tr >
	<td width="40" style="border:#E6E6E6 1px solid;"><a   class="hlink"  href="<?php echo $file1;?>" title="Timesheet">	<img class="divimglink" height="40" src="../images/download_8.gif" alt="" border="0"></a></td>
	<td style="border:#E6E6E6 1px solid;" valign="top"><b><a href='policy_download.php?file=<?php echo $numband['policy_document'];?>'>Download Conveyance Policy</a></b></td>
	</tr>
	
	</tbody></table>

<?php
include("footer_conveyance.php");

?>