login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Laat hetzelfde zien.

Offline sicco - 26/11/2004 21:41
Avatar van siccoLid hey mensne.
Ik maak een soort van forum afgeleid van een nieuwssysteem.
NU heb ik een probleem met de reacties, ik heb 3 reacties toegevoegd alleen als ik ze terug zie zijn ze allemaal het zelfde.
Dus als eerste zette ik bijv jah als 2de nee en als 3de mischien maar nu laat hij 3 keer jah zien 
Hier is de code hopelijk weten jullie wat de fout is want ik word er echt gek van 
Reacties.php
  1. <?php
  2.  
  3. include ("config.php");
  4.  
  5. $sql1 = "SELECT * FROM reactiesugp WHERE nieuwsid='$id' ORDER by id ASC";
  6. $query1 = mysql_query($sql1);
  7. $aantal3 = mysql_num_rows($query1);
  8.  
  9. if ($aantal3 !="0"){
  10. while ($show2 = mysql_fetch_object($query1)){
  11. ?>
  12. <table width="100%" cellspacing="0" cellpadding="1" align="center">
  13. <tr>
  14. <td width="100%">
  15. <font color="#FFFFFF" size="1"><? $show2->email = htmlspecialchars($show2->email); echo "<b>Re: $show->titel</b> Door: <a href=\"mailto:$show2->email\">$show2->naam</a>&nbsp; Uit: $show2->uit&nbsp; Op:$show2->datum "; ?>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td width="100%">
  20. <font color="#FFFFFF" size="1">
  21. <?
  22. $show2->bericht = htmlspecialchars($show2->bericht);
  23. $show2->bericht = str_replace(":angry:", "<img src=Images/angry.gif border=0>", $show2->bericht);
  24. $show2->bericht = str_replace(":D", "<img src=Images/biggrin.gif border=0>", $show2->bericht);
  25. $show2->bericht = str_replace(":blink:", "<img src=Images/blink.gif border=0>", $show2->bericht);
  26. $show2->bericht = str_replace(":blow:", "<img src=Images/blow.gif border=0>", $show2->bericht);
  27. $show2->bericht = str_replace(":close:", "<img src=Images/closedeyes.gif border=0>", $show2->bericht);
  28. $show2->bericht = str_replace(":blush:", "<img src=Images/blush.gif border=0>", $show2->bericht);
  29. $show2->bericht = str_replace(":cool:", "<img src=Images/cool.gif border=0>", $show2->bericht);
  30. $show2->bericht = str_replace(":dry:", "<img src=Images/dry.gif border=0>", $show2->bericht);
  31. $show2->bericht = str_replace(":happy:", "<img src=Images/happy.gif border=0>", $show2->bericht);
  32. $show2->bericht = str_replace(":huh:", "<img src=Images/huh.gif border=0>", $show2->bericht);
  33. $show2->bericht = str_replace(":huil:", "<img src=Images/huil2.gif border=0>", $show2->bericht);
  34. $show2->bericht = str_replace(":laugh:", "<img src=Images/laugh.gif border=0>", $show2->bericht);
  35. $show2->bericht = str_replace(":mellow:", "<img src=Images/mellow.gif border=0>", $show2->bericht);
  36. $show2->bericht = str_replace(":ninja:", "<img src=Images/ninja.gif border=0>", $show2->bericht);
  37. $show2->bericht = str_replace(":ohmy:", "<img src=Images/ohmy.gif border=0>", $show2->bericht);
  38. $show2->bericht = str_replace(":rolleyes:", "<img src=Images/rolleyes.gif border=0>", $show2->bericht);
  39. $show2->bericht = str_replace(":sad:", "<img src=Images/sad.gif border=0>", $show2->bericht);
  40. $show2->bericht = str_replace(":sleep:", "<img src=Images/sleep.gif border=0>", $show2->bericht);
  41. $show2->bericht = str_replace(":)", "<img src=Images/smile.gif border=0>", $show2->bericht);
  42. $show2->bericht = str_replace(":tongue:", "<img src=Images/tongue.gif border=0>", $show2->bericht);
  43. $show2->bericht = str_replace(":unsure:", "<img src=Images/unsure.gif border=0>", $show2->bericht);
  44. $show2->bericht = str_replace(":wacko:", "<img src=Images/wacko.gif border=0>", $show2->bericht);
  45. $show2->bericht = str_replace(":wink:", "<img src=Images/wink.gif border=0>", $show2->bericht);
  46. $bericht = nl2br($show2->bericht);
  47. echo "$bericht"; ?>
  48. </td>
  49. </tr>
  50. <tr>
  51. <td width="100%"> <font color="#FFFFFF" size="1">
  52. <div align="right"><a href="index2.php?ugp=topic&id=<? echo"$id"; ?>&sub=reageer">Reageer</a>
  53. </div>
  54. </td>
  55. </tr>
  56. </table><br>
  57. <?
  58. }} else {
  59. ?>
  60. <table width="100%" cellspacing="0" cellpadding="1" align="center">
  61. <tr>
  62. <td b width="100%"><font color="#FFFFFF" size="1"><b>Geen
  63. Reacties </b></td>
  64. </tr>
  65. <tr>
  66. <td width="100%"><font color="#FFFFFF" size="1">Er
  67. zijn nog geen reacties op dit topic!</td>
  68. </tr>
  69. <tr>
  70. <td width="100%">
  71. <font color="#FFFFFF" size="1">
  72. <div align="right"><a href="index2.php?ugp=topic&id=<? echo"$id"; ?>&sub=reageer">Reageer</a>
  73. </div>
  74. </td>
  75. </tr>
  76. </table>
  77. <? } ?>

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