Guest Posted July 2, 2007 Share Posted July 2, 2007 Hello All I need to pass my session ID to an external site any idea how I would do this using tep_href_link, when I try it adds the site domain name before the absolute URL I want to link to go to. Any Ideas? Paul Link to comment Share on other sites More sharing options...
Guest Posted July 2, 2007 Share Posted July 2, 2007 SOLVED I'm sending the ocSID variable as a hidden form field using this code. <form name="thule" action="http://thule.fasteronline.co.uk" method="post"> <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('addtocart.gif', IMAGE_BUTTON_IN_CART) . tep_hide_session_id(); ?> </form> Just thought I'd let you guys know in case this is useful to anyone else Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.