0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: addstockcategory.php
<?php $MAIN_HEADING = "Project Home"; ?> <?php include("include/first_userheader.php"); ?> </p> <p class="msgText"> <?php if (isset($message)) echo $message;?> </p> <p class="msgText"> </p> <p class="msgText"> </p> <p align="center" class="projectboldtxt style1">Add Category of Items</p> <form action="addstockcategory_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="200" height="100" align="center"> <tr> <td height="94"><table width="406" height="86" align="center"> <tr> <td width="125" class="projectboldtxt">Stock Account name</td> <td width="163"><input type="text" name="txtstockaccount" id="txtstockaccount" value="<?php if (isset($stockaccname_restore) && $stockaccname_restore!="") { echo $stockaccname_restore; } ?>"/></td> <td width="102"><label><span class="valText"> <?php if(isset($error['stockaccname_null'])) { echo $error['stockaccname_null']; } if(isset($error['stockaccname_exist'])) { echo $error['stockaccname_exist']; } ?> </span> </label></td> </tr> <tr> <td> </td> <td><input type="submit" name="saveaccountbtn" id="saveaccountbtn" value="SAVE" /> <a href="search_stockacc.php" class="projectboldtxt">Search & Update</a></td> <td><label><a href="stockmanagement.php" class="projectboldtxt style2">Back</a></label></td> </tr> </table></td> </tr> </table> </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>