login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Navigatie systeem

Offline roy - 08/01/2006 21:31 (laatste wijziging 08/01/2006 21:51)
Avatar van royPHP gevorderde Beste allemaal,

Alvorens een voorspoedig 2006!


Kan iemand mij vertellen waarom de laatste query niet uitgevoert wordt? Terwijl deze wel werkt, ik heb hem getest met een ander script.


  1. <?
  2. mysql_connect("localhost", "", ""); //Connecten met DB
  3. mysql_select_db(""); //naar db connecteren!
  4. ?>
  5.  
  6.  
  7. <table width="153" border="0" cellspacing="0" cellpadding="0">
  8. <tr>
  9. <td><img src="group.jpg"></td>
  10. </tr>
  11. <tr>
  12. <td background="middle.jpg<?PHP
  13. $sQueryGroepen = "SELECT * FROM Groepen WHERE actief='1' ORDER BY Groep ASC";
  14. if(!$rResultGroepen = MySQL_Query($sQueryGroepen))
  15. {
  16. echo "Error!- ".MySQL_Error();
  17. } else
  18. {
  19. while($aFetchGroepen = MySQL_Fetch_Assoc($rResultGroepen))
  20. {
  21. echo "<a style=\"text-decoration: none\" href='index.php?subgroep=".$aFetchGroepen['id']."'><img width=\"7\" height=\"7\" border=\"0\" src=\"dot.jpg\"> ".$aFetchGroepen['Groep']."</a><br />";
  22. if((IsSet($_GET['subgroep']) && Is_Numeric($_GET['subgroep'])) && ($_GET['subgroep'] == $aFetchGroepen['id']))
  23. {
  24. $sQuerySub = "SELECT * FROM Groepensub WHERE Groep=".$aFetchGroepen['id'];
  25. if(!$rResultSub = MySQL_Query($sQuerySub))
  26. {
  27. echo "Error!- ".MySQL_Error();
  28. } else
  29. {
  30. while($aFetchSub = MySQL_Fetch_Assoc($rResultSub))
  31. {
  32.  
  33. echo "&nbsp;&nbsp;<a style=\"text-decoration: none\" href='index.php?subgroep=".$aFetchGroepen['id']."&subsubgroep=".$aFetchSub['subgroep_code']."&sgroep=".$aFetchSub['subgroep']."'><img width=\"7\" height=\"7\" border=\"0\" src=\"dot.jpg\"> ".$aFetchSub['subgroep']."</a><BR>";
  34. /* dit */
  35. if(IsSet($_GET['subsubgroep']) == $aFetchSub['id'])
  36. {
  37. // $sQuerySubSub = "SELECT * FROM Groepen-sub-sub WHERE subgroep=".$aFetchSub['id'];
  38. $sQuerySubSub = "SELECT distinct area FROM Reis WHERE country=".$aFetchSub['id']."";
  39. if(!$rResultSubSub = MySQL_Query($sQuerySubSub))
  40. {
  41. echo "Error!- ".MySQL_Error();
  42. } else
  43. {
  44. while($aFetchSubSub = MySQL_Fetch_Assoc($rResultSubSub))
  45. {
  46. echo "&nbsp;&nbsp;&nbsp;&nbsp;<a style=\"text-decoration: none\" href='index.php'><img width=\"7\" height=\"7\" border=\"0\" src=\"dot.jpg\"> ".$aFetchSubSub['area']."</a><BR>";
  47. }
  48. }
  49. }
  50. /* tot dit */
  51.  
  52. }
  53. }
  54. }
  55. }
  56. }
  57. ?>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td><img src="bottom.jpg"></td>
  62. </tr>
  63. </table>



subsubgroep is geen getal!

0 antwoorden

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