Thanks. Working good. RO
-----Original Message----- From: "Bobby Hartsfield" <[email protected]> Sent: Thursday, March 11, 2010 10:57am To: "cf-talk" <[email protected]> Subject: RE: capture a search string That sounds like an application specific question. The search string is most likely submitted via form field so you can grab that from the form scope obviously. The ip address can be grabbed from cgi.remote_addr The date/time can come from #now()# The result count comes from your queries recordcount result. Then you just stick it all in a table. -----Original Message----- From: Orlini, Robert [mailto:[email protected]] Sent: Thursday, March 11, 2010 10:50 AM To: cf-talk Subject: capture a search string Hello, Is there some CF coding that I can employ that will capture a search string when users type a search and later on provide it in a report. At minimum we should capture the dateTime, userIP, search string and number of search results. The data will be stored in an SQL table. Thanks. RO HWW ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331604 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

