Update file compte.php
This commit is contained in:
parent
55a11f8511
commit
327f396eb6
@ -71,7 +71,7 @@ if (isset($_FILES['profile_picture']) && $_FILES['profile_picture']['error'] ==
|
|||||||
$req->bindParam(":user_pp", $path);
|
$req->bindParam(":user_pp", $path);
|
||||||
$req->bindParam(":user_id", $_SESSION['userid']);
|
$req->bindParam(":user_id", $_SESSION['userid']);
|
||||||
if($req->execute()) {
|
if($req->execute()) {
|
||||||
$status "PP mise à jour";
|
$status = "PP mise à jour";
|
||||||
} else {
|
} else {
|
||||||
$status = "Erreur SQL";
|
$status = "Erreur SQL";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user