weinerwad3000

broken

Jun 24th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php
  2.  
  3. while($user=mysql_fetch_assoc($sqldata)){
  4.  
  5. $i=1;
  6. echo "<tr>";
  7. echo "<td>"i"</td>";
  8. echo "<td>".$user['name']."</td>";
  9. echo "<td>".$user['numpeople']."</td>";
  10. echo "<td>".$user['tables']."</td>";
  11. echo "<td>".$user['bbq']."</td>";
  12. echo "<td>".$user['phonenum']."</td>;
  13. echo "<td>".$user['notes']."</td>;
  14. echo "</tr>";
  15. }
  16. ?>
Add Comment
Please, Sign In to add comment