donation/app/Views/profile_view.php
2020-11-23 15:46:19 +05:30

9 lines
169 B
PHP

<body>
<lable>
<h2><?= $post['id']; ?></h2></br>
<h2><?= $post['name']; ?></h2></br>
<h2><?= $post['email']; ?></h2></br>
</lable>
</body>