Profile Already Exists. "; } else { $target1 = "services/" . basename($_FILES["testprofilesimages"]["name"]); $target = "icon/" . basename($_FILES["testprofileicon"]["name"]); move_uploaded_file($_FILES["testprofileicon"]["tmp_name"], $target); move_uploaded_file($_FILES["testprofilesimages"]["tmp_name"], $target1); $query11 = "INSERT INTO `testprofiles`(`testprofilename`, `testprofiledescription`, `testprofilesimages`, `testprofileicon`, `parameter`, `additionalinformation`, `profilepagetitle`, `profilepagedescription`, `profilekeywords`, `profileschema`, `subtestid`) VALUES ('".$_POST["testprofilename"]."','".$_POST["editor4"]."','".$target1."','".$target."','".$_POST["editor5"]."','".$_POST["editor6"]."','".$_POST["profilepagetitle"]."','".$_POST["profilepagedescription"]."','".$_POST["profilekeywords"]."','".$_POST["profileschema"]."','".$_POST["subtestid"]."')"; // print_r($query11); $result12=mysqli_query($conn,$query11); $msg=""; header("Location: testprofiles.php"); //} } } ?>

ADD PATHOLOGY TEST PROFILE

SEO