topical media & game development

talk show tell print

professional-search-06-seophp-include-config.inc.php / php



  <?php
  
  // site domain; no trailing '/' !
  define('SITE_DOMAIN', 'http://seophp.example.com');
  
  // create a fictional database with products and categories
  GLOBALS['products'] = array
        ("45" => "Belt Sander",
         "31" => "Link Juice",
         "42" => "AJAX PHP Book");
  GLOBALS['categories'] = array
        ("12" => "Carpenter's Tools",
          "6" => "SEO Toolbox",
          "2" => "Friend's Shed");
  
  ?>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.