9 lines
169 B
PHP
9 lines
169 B
PHP
<body>
|
|
<lable>
|
|
<h2><?= $post['id']; ?></h2></br>
|
|
<h2><?= $post['name']; ?></h2></br>
|
|
<h2><?= $post['email']; ?></h2></br>
|
|
|
|
|
|
</lable>
|
|
</body>
|