Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF return name/value pairs???

Explorer ,
Nov 10, 2010 Nov 10, 2010

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)

TOPICS
Flash integration
807
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Nov 11, 2010 Nov 11, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources