Advertisement
ZaraByte

[PHP/LINK STRUCTURE FOR ZARABYTE]

Oct 2nd, 2011
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. [PHP STRUCTURE FOR ZARABYTE]
  2. <?php switch($id) { default: include('home.php');
  3.  
  4. break; case "1": include('home.php');
  5.  
  6. break; case "2": include('downloads.php');
  7.  
  8. break; case "3": include('tutorials.php');
  9.  
  10. break; case "4": include('videos.php');
  11.  
  12. break; case "5": include('links.php');
  13.  
  14. break; case "6": include('contact.php');
  15.  
  16. break; case "7": include('about.php');
  17.  
  18. }
  19.  
  20. ?>
  21.  
  22.  
  23. [PHP LINK STRUCTURE FOR ZARABYTE]
  24.  
  25. <a href="index.php?id=1">Home</a>
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement