title = $title; $post->description = $description; //Call the save function. if(!$post->save()){ echo "Failed to save the post"; exit(); }else{ echo "Post has been saved"; } }