0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: edit_stockacc.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>edit stockcategory |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:61px; height:38px; z-index:1; left: 759px; top: 266px; } .style2 {font-size: 14px} --> </style> </head> <body> <?php include("include/userheader.php"); require_once "edit_stockacc_ctrl.php"; ?> <p> </p> <p align="center" class="projectboldtxt style2">Edit Stock category</p> </p> <form action="edit_stockacc.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="200" border="1" align="center"> <tr> <td><table width="310" height="96" align="center"> <tr> <th height="36" class="projectboldtxt" scope="row"><div align="left">Account id</div></th> <th class="projectboldtxt" scope="row"><label></label> <div align="left"> <div align="left"> <input type="text" name="txtaccountid" id="txtaccountid" value="<?php echo $accountdb_id; if (isset($_POST['Update'])) { echo $editaccid; }?>" readonly="readonly"/> </div> <label></label> </th> </tr> <tr> <th width="125" height="24" class="projectboldtxt" scope="row"><div align="left"><span class="class""projectboldtxt style5="style5"">AccountName</span></div></th> <th width="180" class="projectboldtxt" scope="row"><label></label> <div align="left"> <input type="text" name="txtaccountname" id="txtaccountname" value= "<?php if (isset($_POST['Update'])) { echo $editaccname; } else { echo $accountname; } ?>"/> <span class="valText"> <?php if(isset($error['editaccname_null'])) { echo $error['editaccname_null']; } ?> </span></div></th> </tr> <tr> <th height="26" scope="row"> </th> <th scope="row"><div align="left"><span class="style2"> <input type="submit" name="Update" id="Update" value="Update" /> <a href="search_stockacc.php" class="projectboldtxt">Back</a></span></div></th> </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> <?php include "include/footer.php"; ?> </p> </body> </html>