login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Help met stukje code!

Offline helderdje - 28/03/2008 17:19 (laatste wijziging 28/03/2008 17:20)
Avatar van helderdjeNieuw lid Hoe werk ik dit stukje code weg in...

  1. switch ($_GET['pagina']) {
  2. case 'nieuws':
  3. case 'pagina1':
  4. case 'pagina2':
  5. case 'contact':
  6. include($_GET['pagina'].'.php');
  7. break;
  8. default:
  9. include('alsdepaginanietbestaatpagina.php'); break;
  10. }


... dit stukje code :S Het moet dus in het menu stukje!
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Flash site - </title>
  6.  
  7. <style type="text/css">
  8. body {background: url('bac.png') center top repeat-y; background-color: #9ad7e9;}
  9. div#container {margin: 0 auto; width: 651px;}
  10. div#content {float: right; width: 472px;}
  11. div#menu {float:left; width: 165px;}
  12. div#inhoud {overflow: hidden; }
  13. div.menuheader {height: 7px; width: 165px; background: url('menuheader.png') center top no-repeat; font-size: 1%;}
  14. div.menucontent {width: 165px; background: url('menubac.png') center top repeat-y;}
  15. div.menutekst {padding-left: 8px; padding-right: 8px;}
  16. div.menufooter {width: 165px; height: 7px; background: url('menufooter.png') center top no-repeat;}
  17. div.contentheader {height: 7px; width: 472px; background: url('contentheader.png') center top no-repeat; font-size: 1%;}
  18. div.contentcontent {width: 472px; background: url('contentbac.png') center top repeat-y;}
  19. div.contenttekst {padding-left: 8px; padding-right: 8px;}
  20. div.contentfooter {width: 472px; height: 7px; background: url('contentfooter.png') center top no-repeat; padding-bottom: 6px;}
  21.  
  22.  
  23.  
  24. </style>
  25.  
  26. </head>
  27.  
  28. <body>
  29. <div id="container">
  30. <div id="inhoud">
  31. <div id="menu">
  32. <div class="menuheader"></div>
  33. <div class="menucontent">
  34. <div class="menutekst">
  35. MENU IS HIER :)
  36.  
  37. </div>
  38. </div>
  39. <div class="menufooter"></div>
  40. </div>
  41. <div id="content">
  42. <div class="contentheader"></div>
  43. <div class="contentcontent">
  44. <div class="contenttekst">
  45. Welkom op gmgoodies.nl! De flash site voor jou :)
  46. </div>
  47. </div>
  48. <div class="contentfooter"></div>
  49.  
  50. <div class="contentheader"></div>
  51. <div class="contentcontent">
  52. <div class="contenttekst">
  53.  
  54. Deze site is in aanbouw!
  55. </div>
  56. </div>
  57. <div class="contentfooter"></div>
  58. </div>
  59. </div>
  60.  
  61. </div>
  62. </body>
  63. </html>
[/code]

1 antwoord

Gesponsorde links
Offline Threetimes - 28/03/2008 17:23 (laatste wijziging 28/03/2008 17:25)
Avatar van Threetimes PHP beginner Plaatscode: 6331 (html)
Plaatscode: 6332 (php)
2 keer dezelfde code, met andere highlighting.
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.179s