RE: Coldfusion

by "Phillip Perry" <pperry(at)inter-design.net>

 Date:  Mon, 20 Dec 2004 12:08:29 -0500
 To:  "David Pippen" <pipwax1(at)bellsouth.net>,
"List Languages" <hwg-languages(at)hwg.org>
 In-Reply-To:  dngr
  todo: View Thread, Original
use the insert statement.. something like this

<cfquery datasource="#dbname#" name="somename">
UPDATE DB.TABLE
SET db.field = template.variable
WHERE db.field = #template.variable#
</cfquery>

then do a cflocation url="index.cfm?firstname=#form.firstname#" and in the
index page put this...

<cfif IsDefined(form.firstname)>
<cfoutput>#url.firstname#</cfoutput>
</cfif>

I think thats what you want.

HTH,

Phil

-----Original Message-----
From: owner-hwg-languages(at)hwg.org [mailto:owner-hwg-languages(at)hwg.org]On
Behalf Of David Pippen
Sent: Monday, December 20, 2004 9:49 AM
To: List Languages
Subject: Coldfusion


Can someone take a look at this page and fill in the form.
www.trueskaters.com/register.html
  And then tell me how can I send the information to a database and pas
the firstnam variable on to the index page to use on that page to greet
the user
David Pippen
http://ruff-ryders.org

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA