]][ahhhhhhhfgfgdsfstrrrttrfwerwerwerdgdgrrreeteetffwerwerwerwerdsddfgh
במ12[aspddfsdfsdfdretetdfgioifngttrtrtrtrtrgsd g ggk ffghdsfaswerwerwerwerwvbnvfdgdgfbnasd asdaioioidgh;';';'
/
home
/
diginqyo
/
public_html
/
natanamstudio.in
/
stud-admin
/
Upload FileeE
HOME
<?php @session_start(); if(!isset($_SESSION['log'])){ header("Location:login.php"); exit; } include'include/config.php'; $sql=mysql_query('select * from tab_amazon'); if(isset($_POST['save'])){ $im = $_FILES['file']['name']; move_uploaded_file($_FILES['file']['tmp_name'], "images/".$im); mysql_query("insert into tab_amazon(file, sr_lnk)value('".$im."', '".mysql_real_escape_string($_POST['name'])."')"); echo"<script>alert('Successfully Inserted'); window.location='amazon.php'</script>"; } include'include/header.php'; ?> <div class="content-wrapper"> <div class="container-fluid"> <!-- Breadcrumbs--> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="index.php">Home</a> </li> <li class="breadcrumb-item active">Change password</li> </ol> <!-- Icon Cards--> <!-- Area Chart Example--> <div class="card mb-3"> <div class="card-header">Change password</div> <div class="card-body"> <form method="post" enctype="multipart/form-data"> <div class="form-group"> <label for="email"><b> Old password:</b></label> <input type="text" class="form-control" name="old" placeholder="OLD PASSWORD" required> </div> <div class="form-group"> <label for="email"><b> New password:</b></label> <input type="text" class="form-control" name="new" placeholder="NEW PASSWORD" required> </div> <div class="form-group"> <label for="email"><b> Conf password:</b></label> <input type="text" class="form-control" name="rnew" placeholder="CONF PASSWORD" required> </div> <button type="submit" name="save" class="btn btn-success">Save</button> </form> </div> </div> <!-- Example DataTables Card--> </div> <?php include'include/footer.php';?>