Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.     // Ok, lets start filling in the row now that we have data to fill with.
  2.     //echo "<tr border='1'>";
  3.     echo $this->getItem($i,$list);
  4.     echo "<td>" . $list[$i]['Item'] . "</td>";
  5.     echo "<td>" . $list[$i]['Level'] . "</td>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement