login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Een tabel toevoegen

Offline keesnitraat - 28/11/2005 19:39
Avatar van keesnitraatOnbekend Hallo,
Ik zit met nog een probleem wat tabellen betrefd.
Dit is wat ik wil:

http://www.wyger.nl/usr/animatiestart/help.jpg

Dus gewoon 2 tabellen boven tabel S.
En hier zie je een voorbeeld:

http://www.wyger.nl/usr/animatiestart/
Zo moet het dus uit komen te zien. Alleen is http://www.wyger.nl/usr/animatiestart/, compleet in html en http://www.wyger.nl/usr/animatiestart/link met een database.

Dit is de index:




  1. <?php
  2. include "config.inc.php";
  3. mysql_connect( $server, $user, $password);
  4. mysql_select_db($database);
  5. $cat_sql = "SELECT * FROM cat ORDER by place";
  6. $cat_result = mysql_query($cat_sql);
  7. ?>
  8. <link rel="stylesheet" href="style.css" type="text/css">
  9. <title>Animatiestart.nl</title>
  10. </head>
  11.  
  12. <body bgcolor="#CCCCCC" background="achtergrond.jpg" topmargin="20" leftmargin="0" marginheight="0"
  13. marginwidth="0">
  14. <div align="center">
  15. <table width="95%" id="table-up" cellspacing="0" cellpadding="0" bordercolor="#000000" style="border: 1px solid #000000">
  16. <tr>
  17. <td><center><BR>
  18. <TABLE WIDTH=720 height=85 CELLPADDING=3 CELLSPACING=0 BORDER=0 bordercolorlight=#000000 background="test.jpg">
  19. <TR>
  20. <td></TD>
  21. </TR>
  22. </TABLE>
  23. <BR>
  24. <TABLE WIDTH=88% height="0" CELLPADDING=5 CELLSPACING=0 BORDER=1 bordercolorlight=#000000>
  25. <TR BGCOLOR=#EF800A>
  26. <TD WIDTH=68%><b>Menu:</b> </td>
  27. <td width="100%"><a href="http://www.wyger.nl/usr/animatiestart/links/partners.php">Linkpartners</a> | <a href="http://www.wyger.nl/usr/animatiestart/contact.php">Contact</a> | <a href="lol">Plaatjes info</a></td>
  28. </TR>
  29. </table>
  30. <br>
  31. <TABLE WIDTH=88% CELLPADDING=5 CELLSPACING=0 BORDER=1 bordercolorlight=#000000>
  32. <TR BGCOLOR=#EF800A>
  33. <TD WIDTH=80%><b>Welkom</b></TD>
  34. </TR>
  35. <TR>
  36. <TD COLSPAN=2 BGCOLOR=#DFDFDF>
  37. Van harte welkom op animatiestart.nl. Opzoek naar animaties? STOP met zoeken! Wij hebben
  38. al voor je gezocht. Alle categorieën zijn onder verdeeld in letters A t/m Z. Als
  39. je bijvoorbeeld iets van kerstbomen zoek, ga dan naar de letter K en de rest
  40. volg vanzelf. Verder zullen wij mee gaan met de tijden. Denk bijv aan kerst,
  41. dan krijgen wij een aparte kerstpagina met honderden animatie's & andere leuke dingen! Veel succes met animatiestart...
  42. </TD>
  43. </TR>
  44. </TABLE>
  45. <BR>
  46.  
  47. <table width ="90%" align="center" cellspacing="5" cellpadding="5" border="1">
  48. <tr>
  49. <td valign="top">
  50. <?php
  51. while($cat_data = mysql_fetch_array($cat_result)){
  52. $link_sql = "SELECT * FROM link WHERE cat_ID=".$cat_data['cat_ID'];
  53. $link_result = mysql_query($link_sql);
  54. $kolom=$kolom+1;
  55. $cats = mysql_num_rows($cat_result);
  56. $catpercol = round( ($cats/3),0);
  57. $catpercol1 = $catpercol+1;
  58. $catpercol2 = $catpercol1 + $catpercol;
  59. if($kolom==$catpercol1 OR $kolom==$catpercol2 ){
  60. echo "</td>\n <td valign=\"top\" width=\"33%\">";
  61. }else{
  62. echo "\n";
  63. }
  64. ?>
  65.  
  66.  
  67. <TABLE WIDTH="100%" CELLPADDING="2" CELLSPACING="0" BORDER="1" bordercolorlight="#000000">
  68. <TR BGCOLOR="#EF800A">
  69. <TD ALIGN="TOP" WIDTH="100%"><b><?=$cat_data['cat']?></b></TD>
  70. </TR>
  71. <TR>
  72. <TD VALIGN="TOP" COLSPAN="2" BGCOLOR="#DFDFDF">
  73. <?php
  74. if(mysql_num_rows($link_result)==0){
  75. echo ("Geen links in deze categorie.");
  76. }else{
  77. while($link_data = mysql_fetch_array($link_result)){
  78. echo "- <a href='".$link_data['url']."' class='dark'>".$link_data['text']."</a><br>";
  79. }
  80. }
  81. ?>
  82. </TD>
  83. </TR>
  84. </TABLE>
  85. <BR><br>
  86. <?php
  87. }
  88. ?>
  89. </td>
  90. </tr>
  91. </table>
  92. </body>
  93. </html>



Ik hoop dat iemand mij verder kan helpen. Alvast heel erg bedankt!
Kees.

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.169s