0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: file_report.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>file report |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:325px; height:105px; z-index:1; left: 272px; top: 264px; } .style2 { color: #FFFFFF; font-family: Algerian; } --> </style> </head> <body> <p> <?php include("include/first_userheader.php"); include("file_report_ctrl.php"); @$_SESSION['sl_no']=0; ?> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <form action="file_report_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="246" align="center"> <tr> <th height="67" class="projectboldtxt" scope="row">File Name</th> <td><label> <select name="cmbfilename" id="cmbfilename"> <?php for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $file_name_array[$j]; ?></option> <?php } ?> </select> </label></td> </tr> <tr> <th scope="row"> </th> <td><label> <input type="submit" name="show" id="show" value="show" /> </label></td> </tr> </table> </form> <p> <?php include "include/footer.php"; ?> </p> </body> </html>