Hello World,

I have a template which allows a user to build a criteria based selection.
Somthing like where x=10 and/or z gte 100. After the user has created the 
expression it is stored in a database, then I need to pull it out and try 
to execute it within a cfif block.

So I need to build a string like <cfif #thereVariable# #operator# #value#> 
and then actually execute this code. I Know I can do this if I write it to 
a file and then include the file the code will get executed. But is there 
any other way to do this other than writing to a file?

Thanks for the help, btw I'm using 4.5.1....

Brook



At 01:49 PM 15/08/01 -0500, you wrote:
>I use Cold Fusion for most of my cookie work.  cfcookie to the rescue!
>
>Eric J Hoffman
>Director of Internet Development
>Small Dog Design, LLC
>www.smalldogdesign.com
>
>
>-----Original Message-----
>From: Fuon See Tu [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, August 15, 2001 1:42 PM
>To: CF-Talk
>Subject: Cookie Question
>
>
>Do I use javascript to manipulate cookies, or can coldfusion do all of the
>cookie handling and manipulation?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to