DriWashSolutions Posted November 12, 2004 Posted November 12, 2004 Hey all: I'm going to be adding a secure site seal on my site in a box. I have one for both SSL and NonSSL, but I'm stuck on the If/then coding to use to determine which one should be used. Can someone help me out by writing the If/then code, including the correct variable to check for SSL? It would save me a bunch of time with trial and error on a live store. I've checked the knowledge base, and I've searched, and I know I've seen it before, but I can't find it. Thanks. John Skurka
Guest Posted November 12, 2004 Posted November 12, 2004 if ($request_type == 'SSL') { ...your stuff here } else { ...your other stuff here } Enjoy :)
DriWashSolutions Posted November 12, 2004 Author Posted November 12, 2004 if ($request_type == 'SSL') { ? ...your stuff here } else { ? ...your other stuff here } Enjoy :) <{POST_SNAPBACK}> Thanks! Now I know how easy it is. Appreciate it. John Skurka
Recommended Posts
Archived
This topic is now archived and is closed to further replies.