Current File : /home/inlingua/public_html/dwarka/icentex/iNDEED/gre_details.php
<?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();


	
			  
			 

$id=$_REQUEST['CID']+1;
?>

<div style="width:100%;float:left;border:0px solid #cccccc;">
<div style="float:left;width:60%">&nbsp;<input type="text"  name="grievance[]" onclick="dd('grievance_date<?php echo $id; ?>');"/></div>
<div style="float:left;width:39%">&nbsp;<input type="text" style="width:100px;" name="grievance_date[]" id="grievance_date<?php echo $id; ?>" onclick="dd(this.id);" /><a href='javascript:if(confirm("Are You Sure?")) { removeElement("myDiv9","my<?php echo $id; ?>myDiv9"); }'><img src="images/delete.png" style="border:none;" width="10" height="10" /></a></div>
</div>