/home/techb158/immovalet.ca/Master
Edit: /home/techb158/immovalet.ca/Master/upload.php (2479B)
query("UPDATE Master SET User_img ='$userpic' WHERE Username ='".$username."'")) {
//header('Location: modifier_profil.php.php?error=new record succesfully inserted');
//exit();
}
else
{
//header('Location: modifier_profil.php.php?error=error while inserting....');
//exit();
$errMSG = "error while inserting....";
}
}
//echo $errMSG;
}
?>