Skip to main content
Inspiring
November 11, 2010
Question

CF return name/value pairs???

  • November 11, 2010
  • 1 reply
  • 821 views

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)

This topic has been closed for replies.

1 reply

Participating Frequently
November 11, 2010

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