Graveyard666 Posted January 20, 2005 Posted January 20, 2005 is it possible to make a link in the "information" infobox access the db?
Jack_mcs Posted January 20, 2005 Posted January 20, 2005 Yes, see the categories infobox for an example. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Graveyard666 Posted January 20, 2005 Author Posted January 20, 2005 I don't think I made myself clear.. I want to put this link inside of a different infobox than categories.. http://graveyardrecords.com/v46/index.php?cPath=285 but don't want to lose the sessionID when a person clicks on it.. how do I accomplish this?? Yes, see the categories infobox for an example. Jack <{POST_SNAPBACK}>
Rob123 Posted January 20, 2005 Posted January 20, 2005 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
Graveyard666 Posted January 20, 2005 Author Posted January 20, 2005 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 <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.