Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
milq authored May 17, 2017
1 parent ea3dc9c commit dee4636
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions learn/crud/xml/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
require_once('load_xml.php');

echo '<table>';
echo '<tbody>';
echo '<tr>';
echo '<th>ID</th>';
echo '<th>First name</th>';
Expand All @@ -27,6 +28,7 @@
echo '<th>Edit</th>';
echo '<th>Delete</th>';
echo '</tr>';
echo '</tbody>';

foreach($xml->children() as $student) {
echo '<tr>';
Expand Down

0 comments on commit dee4636

Please sign in to comment.