WebDev22 Posted July 10, 2010 Posted July 10, 2010 We have a finance form on our site that needs to link to https://www.oursite.com/financeform.php (instead of http). How do you create that link in information.php?
WebDev22 Posted July 10, 2010 Author Posted July 10, 2010 I figured it out: '<a href="' . tep_href_link(FILENAME_FINANCING, '', 'SSL') . '">' . BOX_INFORMATION_FINANCING . '</a><br>' . I had seen something similar posted and mistakenly thought the two single apostrophes were a single quotation mark.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.