Guest User

Untitled

a guest
Jan 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. $output='<h2 class="text-center mb-4" style="color:red">Elementos</h2>
  2. <div class="table-responsive">
  3. <table class="table">
  4. <thead>
  5. <tr class="jumbotron">
  6. <th>Nº Interno</th>
  7. <th>Nome</th>
  8. <th>SV</th>
  9. </tr>
  10. </thead>
  11. '.do{.'
  12. <tbody style="border-bottom:2px solid red;">
  13. <td>'.$row_elementos['N Interno'].'</td>
  14. <td>'.$row_elementos['Nome'].'</td>
  15. <td>'.$total.'</td>
  16. </tbody>'.
  17. }while ($row_elementos = mysql_fetch_assoc($elementos)).'
  18. </table>
  19. </div>';
Add Comment
Please, Sign In to add comment