Copy link to clipboard
Copied
How can I get CF to return a name/value pair?
(fwiw I'm working through Flash and PHP Bible but trying to substitute CF instead)
Copy link to clipboard
Copied
Create a page abcd.cfm:
<cfoutput>name1=1234</cfoutput>
if you want to replace 1234 with a variable, it'd be something along the lines ...name1=#variablename#...
Cheers
Kai