T TechBoyJK Lifer Oct 17, 2002 16,699 60 91 Jul 10, 2004 #1 How can I add "http://" to a variable called #domain#?
A AFB Lifer Jan 10, 2004 10,718 3 0 Jul 10, 2004 #2 Don't know CFM but maybe : #domain# = "http://" + #domain# Just concatenate the two together.
T TechBoyJK Lifer Oct 17, 2002 16,699 60 91 Jul 10, 2004 #4 Originally posted by: webie Try this: <cfset domain = "http://#domain#"> Click to expand... haha yep. thanks.
Originally posted by: webie Try this: <cfset domain = "http://#domain#"> Click to expand... haha yep. thanks.