0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
ADMIN
/
[
Home
]
File: idcard_entry.php
<?php $MAIN_HEADING = "Id Card Creation"; ?> <?php include("include/adminheader.php"); require_once "idcard_entry_ctrl.php"; ?> <form action="idcard_entry_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <p> </p> <p> </p> <p> </p> <table width="400" border="0" align="center"> <tr> <td width="110" class="projectboldtxt">Employee name</td> <td width="130"><select class="form-control" name="cmbempname" id="cmbempname"> <?php for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $emp_name_array[$j]; ?></option> <?php } ?> </select></td> <td width="9" class="style7"> </td> <td width="11"> </td> </tr> <tr> <tr><td><br/></td></tr> <td> </td> <td><label> <input class="btn btn-success" type="submit" name="view" id="view" value="VIEW" /> <a href="reports.php" class="projectboldtxt style1">Back</a></label></td> <td> </td> <td> </td> </tr> </table> <p> </p> </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> </div> <?php include "include/footer.php"; ?> </p> </body> </html>