Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

linking from infoboxes to db?


Graveyard666

Recommended Posts

Posted

You need to use the function tep_href_link to preserve the oscid.

An example of it's usage is below.

 

<a href="<?php echo tep_href_link('index.php', 'cPath=1')?>">Category 1</a>

 

HTH,

Robert

Posted

Thanks Rob!

 

You need to use the function tep_href_link to preserve the oscid.

An example of it's usage is below.

 

<a href="<?php echo tep_href_link('index.php', 'cPath=1')?>">Category 1</a>

 

HTH,

Robert

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...