| Subject: | Re: unique id when form is submitted |
|---|---|
| From: | "rockhiker" <jimo@xxxxxxxxxxx> |
| Date: | Thu, 24 Jul 2008 17:33:12 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.getting_started |
I tried adding a query to retrieve the date that a person registers on. I set the Date Format in access to Now() so adds the data when a user submits a registration. I then added a query to retrieve the data. On the action page it retrieves the date but it returns ALL of the dates in the table - see query and output below. - thank you <cfquery name="register" datasource="design2008"> SELECT RegisterDate FROM 2008RDCRegistratation </cfquery> <cfoutput query="register">Your registration number is #RegisterDate#</cfoutput> OUTPUT: Your registration number is Your registration number is Your registration number is Your registration number is 2008-07-24 10:20:03.0Your registration number is 2008-07-24 10:21:28.0Your registration number is 2008-07-24 10:22:04.0Your registration number is Your registration number is |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: unique id when form is submitted, Dan Bracuk |
|---|---|
| Next by Date: | Re: unique id when form is submitted, Dan Bracuk |
| Previous by Thread: | Re: unique id when form is submitted, rockhiker |
| Next by Thread: | Re: unique id when form is submitted, Dan Bracuk |
| Indexes: | [Date] [Thread] [Top] [All Lists] |