mrcold213 Posted July 24, 2003 Posted July 24, 2003 Hi, I'm trying to add pdf links in my product description section, but i m not sure how to modify the code so it goes to a file instead of a web url. <?php echo sprintf(TEXT_PRODUCT_PDF, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_pdfpath']), 'NONSSL', true, false)); ?> this code works for web urls but not for filepath i dont quite know what to modify in html_output, or in the code above to achieve this. Help is much appreciated. THANKs!!!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.