0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: stocksummary_reports.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>Stock summary Report | OFMSP</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" /> </head> <body> <p> <!--<div id="headerbg"> <div id="headerblank">--> <?php include("include/userheader.php"); include("stocksummary_reports_ctrl.php"); @$_SESSION['sl_no']=0; ?> </p> <p> </p> <form action="stocksummary_reports_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <table width="213" align="center"> <tr> <td class="projectboldtxt">Item</td> <td><label> <select name="cmbitem" id="cmbitem"> <option value="0" selected="selected"><?php echo "All"; ?></option> <?php for($j=1;$j<=$i;$j++) { ?> <option value="<?php echo $j; ?>"<?php if(@$itemname_restore==$j) { echo "selected='selected'"; } ?>> <?php echo $item_name_array[$j]; ?></option> <?php } ?> </select> </label></td> </tr> <tr> <td> </td> <td><label> <input type="submit" name="showbtn" id="showbtn" value="show" /> </label></td> </tr> </table> <?php //if(isset($_POST['showbtn'])) // { // $u_id=@$_SESSION['user_id']; // if($item_name=="") // { // $sql="select * from stockitem where user_id='$u_id'"; // // Stocksummaryreport::printsummaryreportDetails($sql); // } // else // { // $sql="select * from stockitem where user_id='$u_id' and item_name='$item_name'"; // Stocksummaryreport::printsummaryreportDetails($sql); // } // } ?> </form> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </div> <?php include "include/footer.php"; ?> </p> </body> </html>