View Single Post
  #16  
Old 04-08-2004, 02:58 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

I've never used the HTML catalog, so perhaps somebody who has could elaborate on the strengths and weaknesses of each approach and how they would or wouldn't co-exist.

You'd only have create the .htaccess file once, and repeat the other two steps for each category.

Or you could create a category_name.php and just put in:

<?
$cat = "1";
include "./home.php";
?>

And repeat that for each category.
Reply With Quote