Hi,
I am storing in database some text that has coldfusion variables in it. For example:
When I retrieve this text from the db and display it using cfoutput, the #url.pageNum# does not get processed. Instead, it is shown as a text. What do I do in order to get the coldfusion variable be evaluated?
Thanks,
Min
I am storing in database some text that has coldfusion variables in it. For example:
Code:
This is page #url.pageNum#
When I retrieve this text from the db and display it using cfoutput, the #url.pageNum# does not get processed. Instead, it is shown as a text. What do I do in order to get the coldfusion variable be evaluated?
Thanks,
Min