document.location.href= "index.php" '; echo 'Als u niet automatische wordt ge-forward klik dan hier'; } //woorden ipv id voor betere vindbaarheid $types = array( 'gezelschapsaquarium', 'speciaalaquarium', 'zeewateraquarium', 'aquascape', 'terrarium', 'vijver', 'doe_het_zelf' ); $type = false; for($i=0;$i '; //facebook image if(isset($_GET['bekijk_showcase'], $_GET['u'], $_GET['c'], $_GET['viewing'])) { $result = mysql_query("SELECT * FROM images WHERE user_id = ".strip($_GET['u'])." AND case_id = ".strip($_GET['c'])) or die(mysql_error()); $aantal = mysql_num_rows($result); while($row = mysql_fetch_assoc($result)) { $data[] = $row; } $num = $data[$_GET['viewing']]; if($aantal ) echo ''; } echo ' '; //TITEL AANPASSEN OM BETER GEVONDEN TE WORDEN if(isset($_GET['nieuwste_showcases'])) echo ':: Show je Aquarium :: - Nieuwste showcases'; else if(isset($_GET['showcase_toevoegen'])) echo ':: Show je Aquarium :: - Aquarium toevoegen'; else if(isset($_GET['top50_showcases'])) echo ':: Show je Aquarium :: - Top 50 showcases'; else if(isset($_GET['vissen_database'])) echo ':: Show je Aquarium :: - Vissen database'; else if(isset($_GET['planten_database'])) echo ':: Show je Aquarium :: - Planten database'; else if(isset($_GET['gezelschapsaquarium'])) echo ':: Show je Aquarium :: - Gezelschapaquarium'; else if(isset($_GET['speciaalaquarium'])) echo ':: Show je Aquarium :: - Speciaalaquarium'; else if(isset($_GET['zeewateraquarium'])) echo ':: Show je Aquarium :: - Zeewateraquarium'; else if(isset($_GET['aquascape'])) echo ':: Show je Aquarium :: - Aquascape'; else if(isset($_GET['terrarium'])) echo ':: Show je Aquarium :: - Terrarium'; else if(isset($_GET['vijver'])) echo ':: Show je Aquarium :: - Vijver'; else if(isset($_GET['doe_het_zelf'])) echo ':: Show je Aquarium :: - Doe het zelf'; else if(isset($_GET['links'])) echo ':: Show je Aquarium :: - Links naar andere aquarium pagina\'s'; else if(isset($_GET['zoeken'])) echo ':: Show je Aquarium :: - Zoeken in showjeaquarium.nl'; else if(isset($_GET['bekijk_showcase'])) { if(isset($_GET['u'])) $showcase_user = mysql_fetch_assoc(mysql_query("SELECT * FROM users WHERE id = ".strip($_GET['u']." LIMIT 1"))); echo ':: Show je Aquarium :: - Showcase van '.$showcase_user['user'].'.'; } else if(isset($_GET['bekijk_vis'])) { $vissie = explode("&", $_SERVER['QUERY_STRING']) ; echo ':: Show je Aquarium :: - '. str_replace("_", " ", $vissie[(count($vissie) -1)]); } else if(isset($_GET['bekijk_plant'])) { $plantie = explode("&", $_SERVER['QUERY_STRING']) ; echo ':: Show je Aquarium :: - '. str_replace("_", " ", $plantie[(count($plantie) -1)]); } else echo ':: Show je Aquarium ::'; echo ' '; echo ' '; ?>
'; ?>