Skip to content
Snippets Groups Projects
Commit b84a2c93 authored by Yufei Zhao's avatar Yufei Zhao
Browse files

Update creerAnnoncePHP.php

parent cc7d5cd1
No related branches found
No related tags found
No related merge requests found
......@@ -213,8 +213,8 @@ try{
$vConn->commit();
}
// echo '<script>alert("Annonce creation reusit !");location.href="homepage.php";</script>;';
echo '<script>alert("Annonce creation reusit !");location.href="login.html";</script>;';
echo '<script>alert("Annonce creation reusit !");location.href="homepage.php";</script>;';
//echo '<script>alert("Annonce creation reusit !");location.href="login.html";</script>;';
}catch(PDOException $e){
$vConn->rollBack();
echo "Failed: " . $e->getMessage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment