Server IP : 162.214.80.37 / Your IP : 216.73.216.83 Web Server : Apache System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : imyrqtmy ( 2189) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/imyrqtmy/public_html/arkkagency/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("Admin/Includes/db.php"); extract($_POST); $dr_photo1 = $_FILES['do_photo1']['name']; if($_FILES['do_photo1']['error'] > 0) { $fgr1=''; //echo "<script>alert('no aviyu');</script>"; }else{ // include("compression.php"); $thumb1 = $_FILES["do_photo1"]; $thumb1 = $_FILES['do_photo1']['name']; @$thumbpath1 = "resume/". $thumb1; move_uploaded_file($_FILES['do_photo1']['tmp_name'], @$thumbpath1); // compress($thumbpath, $thumbpath, 90); $fgr1 = $thumb1; } $SQL = "INSERT INTO tbl_application set jobid='$jobid',name='$name',email='$email',mobile='$phone',file='$fgr1' "; $result = mysqli_query($con,$SQL); if( $result>0 ) { echo "<script>; alert('Expert Contact Soon'); window.location.href='jobs.php'; </script>"; }else { echo "<script>; alert('Data Not Added'); window.location.href='jobs.php'; </script>"; } ?>