If I have a constant variable such as #request.dsn#
And I want to enter it into a textarea that inserts it's contents into a database, how do I pull out that information and display it.
I want to enter into the textarea
Hello, my DSN is "#request.dsn#"
And when displayed on the page
Hello, my DSN is "someDSN"
Right now, if I insert it it outputs
Hello, my DSN is "#request.dsn#"
I know this is probably simple.
Thanks
Paul Giesenhagen
QuillDesign
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- RE: CFML from a DB Paul Giesenhagen
- RE: CFML from a DB Tony Weeg
- RE: CFML from a DB Mike Townend
- Re: CFML from a DB Paul Giesenhagen
- RE: CFML from a DB Tony Weeg
- RE: CFML from a DB Matt Robertson
- RE: CFML from a DB Douglas.Knudsen