?
Path : /home/enviro777/public_html/admin/ |
Current File : /home/enviro777/public_html/admin/addbanner2.php |
<?php include "include/header.php"; if($_GET['sno']) { $res=$obj->query("select * from banner1 where `sno`='".$_GET['sno']."'"); $cat=$obj->fetch_query($res); } if($_GET['st']=="success") $msg="Successfully Added"; if($_GET['st']=="error") $msg="This Product Name Already Exist"; ?> <!--main page--> <table cellpadding="5" cellspacing="0" border="0" class="normaltext" align="center"> <tr bgcolor="#ccc" height="30"><td align="center" colspan="2"><strong>Add Banner Image </strong></td></tr> <tr height="40"><td colspan="2" id="error"> <?=$msg?></td></tr> <form name="banner" enctype="multipart/form-data" action="insert4.php" method="post" onSubmit="return valid()"> <tr bgcolor="#EEEEEE"> <td class="textboxcap">Upload Image</td><td><input name="image" type="file" class="inputboxp" required="required"></td> </tr> <tr height="40"><td colspan="2"> </td></tr><input name="a1" type="hidden" value="2" /> <tr><td colspan="2" align="center"><input name="submit" type="submit" class="submitbox" value="upload"></td></tr> </form> </table> <!--end main page--> <?php include "include/footer.php";?>