topical media & game development

talk show tell print

professional-search-03-seophp-catalog.php / php



  <?php
  // load the URL factory library
  require_once 'include/url_factory.inc.php';
  ?>
  
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
   "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  <html>
    <head>
      <title>The SEO Egghead Shop</title>
    </head>
    <body>
      <h1>Products on Promotion at SEO Egghead Shop</h1>
      <ul>
        <li>
          <a href="<?php echo make_category_product_url("Carpenter's Tools", 12, "Belt Sander", 45); ?>">
            Carpenter's Tools: Belt Sander
          </a>
        </li>
        <li>     
          <a href="<?php echo make_category_product_url("SEO Toolbox", 6, "Link Juice", 31); ?>">
            SEO Toolbox: Link Juice
          </a>
        </li>
        <li>
          <a href="<?php echo make_category_product_url("Friends' Shed", 2, "AJAX PHP Book", 42); ?>">
            Friends' Shed: AJAX PHP Book
          </a>
        </li>
      </ul>
    </body>
  </html>
  


(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.