login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Deeltabel ergens een fout

Offline kasper90 - 06/12/2005 09:49 (laatste wijziging 06/12/2005 14:10)
Avatar van kasper90Nieuw lid
  1. <?php
  2. $begin=1;
  3. $end=10;
  4. ?>
  5. <html>
  6. <head>
  7. <title>Deeltabel</title>
  8. </head>
  9. <body>
  10. <table border="1">
  11. <?php
  12. print("<tr>");
  13. print("<th>X</th>");
  14. for(
  15. $count_1=$begin;
  16. $count_1<=$end;
  17. $count_1++)
  18. {print("<th>$count_1</th>");
  19. }
  20. print("</tr>");
  21. for(
  22. $count_1 = $begin;
  23. $count_1 <= $end;
  24. $count_1++)
  25. {print("<tr><th>$count_1</th>"};
  26. for($count_2 = $begin;
  27. $count_2 <= $end;
  28. $count_2++)
  29. {
  30. $result = $count_1 / $count_2;
  31. printf("<td>%.3f</td>",
  32. $result);
  33. }
  34. print("</tr>/n");
  35. }
  36. ?>
  37. </table>
  38. </body>
  39. </html>


Weet iemand wat hier de fout is?

vinTage edit..code tags plz !!

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.198s