Guest User

Untitled

a guest
Aug 29th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index:
  2. <?php ini_set('display_errors', true); error_reporting(E_ALL);
  3. $ptitle = "Trulyscience.com - For all your science questions!";
  4. $pkeywords = "Science, technology, physics, technology and science";
  5. $pdescription = "The top scientific question site!";
  6.  
  7. include'includes/index_t.php';
  8. include'includes/navbar.php';
  9.  
  10. Other page:
  11. <?
  12. $ptitle = "Trulyscience.com - For all your science questions!";
  13. $pkeywords = "Science, technology, physics, technology and science";
  14. $pdescription = "The top scientific question site!";
  15.  
  16. include'includes/index_t.php';
  17. include'includes/navbar.php';
Advertisement
Add Comment
Please, Sign In to add comment