In my productcategory table i have id, name, catlink.
reason i have catlink is for using it for customising category link.
so uses catlink.
Now from categories RS, can i get id of it & link it to products table for displaying filtered products with productcatid.
Regards
my .htaccess page:
RewriteEngine on
RewriteRule ^products/(.*)$ product-details.php?ProductLink=$1 [NC,L,QSA,T=application/x-httpd-php]
RewriteRule ^categories/(.*)$ category-details.php?catlink=$1 [NC,L,QSA,T=application/x-httpd-php]