0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS
/
USER
/
[
Home
]
File: projectdetail.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Project details |online project financial management system for CWRDM</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../style.css" rel="stylesheet" type="text/css" /> <link rel="icon" href="../images/icon.ico" /> <style type="text/css"> <!-- #apDiv1 { position:absolute; width:64px; height:37px; z-index:1; left: 631px; top: 350px; } .style2 { color: #FFFFFF; font-family: Algerian; } --> </style> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/first_userheader.php"); include("projectdetail_ctrl.php"); @$_SESSION['sl_no']=0; ?> </p> <form action="projectdetail.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <table width="183" align="center" background="../images/top.jpg"> <tr> <th scope="row"><span class="style2">PROJECT DETAILS</span></th> </tr> </table><br /> <table width="285" align="center"> <tr> <th width="97" scope="row"><div align="left" class="projectboldtxt">Project Code</div></th> <td width="91"><label> <input type="text" name="txtprojectcode" id="txtprojectcode" value="<?php $p_code=@$_SESSION['project_code_s'];?><?php echo $p_code; ?>" readonly="readonly"/> </label></td> </tr> <tr> <th scope="row"> </th> <td><input type="submit" name="show" id="show" value="SHOW" /></td> </tr> </table><?php if(isset($_POST['show'])) { $p_code=@$_SESSION['project_code_s']; $u_id=@$_SESSION['user_id']; $sql="select * from addproject where user_id='$u_id' and project_code ='$p_code' "; Projectreport::printprojectDetails($sql); } ?> </form> <p> </div> </div> </p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>