Profile Already Exists. "; } else { $target1 = "services/" . basename($_FILES["healthpackageimage"]["name"]); $target = "icon/" . basename($_FILES["healthpackageicon"]["name"]); move_uploaded_file($_FILES["healthpackageimage"]["tmp_name"], $target1); move_uploaded_file($_FILES["healthpackageicon"]["tmp_name"], $target); $query11 = "INSERT INTO `healthpackagesprofile`(`healthpackagesprofilename`, `healthpackageprice`, `healthpackagesprofiledescription`, `healthpackagesprofileparameter`, `healthpackagesprofileadditionalinformation`, `healthpackagesprofilepagetitle`, `healthpackagesprofilepagedescription`, `healthpackagesprofilekeywords`, `healthpackagesprofileschema`, `healthpackageicon`, `healthpackageimage`, `healthpackageid`,`code`) VALUES ('".$_POST['healthpackagesprofilename']."','".$_POST['healthpackageprice']."','".$_POST['editor4']."','".$_POST['editor5']."','".$_POST['editor6']."','".$_POST['healthpackagesprofilepagetitle']."','".$_POST['healthpackagesprofilepagedescription']."','".$_POST['healthpackagesprofilekeywords']."','".$_POST['healthpackagesprofileschema']."','".$target."','".$target1."','".$_POST['healthpackageid']."','".$_POST['healthpackagesprofilename']."')"; // print_r($query11); $result12=mysqli_query($conn,$query11); $msg="