0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: acc_group.php
<?php include("include/first_userheader.php"); ?> <span class="msgText"><?php if (isset($message)) echo $message;?></span></p> <p align="left"><a href="Register.php"></a></p> <p> </p> <p> </p> <form action="acc_group_ctrl.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="231" height="33" align="center"> <tr> <th scope="row"><span class="projectboldtxt">GROUP CREATION </span></th> </tr> </table> <table width="308" border="1" align="center"> <tr> <td width="344"><table width="296" height="71" align="center"> <tr> <th width="67" height="33" class="projectboldtxt" scope="row">GroupName</th> <td width="217"><label> <input type="text" name="txtgroup" id="txtgroup" value= "<?php if ($groupname!="") { echo $groupname; } ?>"/> <span class="valText"> <?php if(isset($error['groupname_null'])) { echo $error['groupname_null']; } if(isset($error['group_name'])) { echo $error['group_name']; } ?> </span></label></td> </tr> <tr> <th height="26" scope="row"> </th> <td><label> <input type="submit" name="add" id="add" value="ADD" /> <a href="search_group.php" class="projectboldtxt"> Search & Edit</a></label> <label><a href="Register.php" class="projectboldtxt style6">Back</a></label></td> </tr> <tr></tr> </table></td> </tr> </table> <p><br /> </p> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </form> <p> <?php include "include/footer.php"; ?> </p> <p> </p> <p> </p> </p> </body> </html>