find($_POST['id']); $post->title = $_POST['upTitle']; $post->description = $_POST['upDescription']; if(!$post->update()){ echo "Error could not update"; }else{ header("location: ../../Frontend/home.php"); } }