Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <table>
- <?php
- foreach ($result as $row){
- echo "<tr>";
- echo "<td>".$row->mahasiswa_id."</td>";
- echo "<td>".$row->namamahasiswa."</td>";
- echo "<td>".$row->tempatlahir."</td>";
- echo "<td>".$row->tanggallahir."</td>";
- echo "<td>".$row->jeniskelamin."</td>";
- echo "<td>".$row->alamat."</td>";
- echo "<td>".$row->namaagama."</td>";
- echo "<td>".$row->hobi."</td>";
- echo "<td>".$row->notelp."</td>";
- echo "<td>".$row->namaprodi."</td>";
- echo "<td>";
- }
- ?>
- </table>
Add Comment
Please, Sign In to add comment