0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
USER
/
[
Home
]
File: __old_selectproject.php
<?php include("include/userheader.php"); require_once "selectproject_ctrl.php"; ?> </div> </div> </p> <p> <marquee> <span class="projectboldtxt"><br /> <br /> <br /> <br /> <?php $u_name=@$_SESSION['username']; $u_name_var=strtoupper($u_name); echo "Hello $u_name_var user do you want to add project...?"?> </span> <span class="projectboldtxt"><span class="style8"><a href="create_project.php" class="style6">Click here</a></span></span> </marquee></p> <div id="login"><form action="firstuserhome.php" method="post" enctype="multipart/form-data" name="form1" id="form1"> <table width="211" height="109" align="center"> <tr> <th width="134" height="53" scope="row"><div align="center"> <div align="right"> <h5 align="center" class="projectboldtxt">Select Project</h5> </div> </div></th> <td width="65"><h5> <label> <select name="selctproject" id="selctproject"> <?php if($i >1 ) for($j=1;$j<=$i;$j++) {?> <option value="<?php echo $j; ?>"><?php echo $p_code_array[$j]; ?></option> <?php } ?> </select> </label> </h5></td> </tr> <tr> <th height="25" scope="row"><span class="projectboldtxt"> </span> <span class="projectboldtxt"><span class="style8"><a href="create_project.php" class="rightboldtxt">Add New</a></span></span></th> <td><input name="Select" type="submit" class="rightboldtxt" id="Select" value="Select" /></td> </tr> <tr> <td height="21"> </td> </tr> </table> </form> <h5> </h5> <h5> </h5> </div> <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>