topical media & game development
professional-search-14-seophp-index.php / php
<?php
// load the catalog library
require_once 'include/catalog.inc.php';
// load the URL factory
require_once 'include/url_factory.inc.php';
// retrieve the list of categories ordered by name
categories as url = make_category_url(category['id']);
echo '<li>' .
'<a href="' . category['name'] . '</a>' .
'</li>';
}
echo "</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.