Hi,
I want to store text included with dynamisch variables e.g.
#session.userid# in a database.
This is of course no problem, but when I do an output
<cfoutput></cfoutput> I only get to see the code #session.userid# and NOT e.g. '13'
Do I have to add something when outputting or store extra information with a variable? Like: '\#session.userid\#' ?
So, what I want to do is to put my texts, including some dynamic parameters in a database field and when I do an output I want the result of the parameter, not the description of the parameter on my website.
Any suggestion more than welcome!
Regards
bram
I want to store text included with dynamisch variables e.g.
#session.userid# in a database.
This is of course no problem, but when I do an output
<cfoutput></cfoutput> I only get to see the code #session.userid# and NOT e.g. '13'
Do I have to add something when outputting or store extra information with a variable? Like: '\#session.userid\#' ?
So, what I want to do is to put my texts, including some dynamic parameters in a database field and when I do an output I want the result of the parameter, not the description of the parameter on my website.
Any suggestion more than welcome!
Regards
bram