Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Stressed_Simon #1
Re: coldfusion variable inside a css doc
You can have a dynamic style sheet. You can use cfcontent to return the MIME
type text/css. The only problem with this is that it prevents the browser from
caching the stylesheet which is their big bonus. But it is possible!
Stressed_Simon Guest
-
Parsing CF Code Inside A Variable
As far as I know this 'should' be possible. Here's the situation: I have a website where lengthy HTML formatted descriptions are stored in a... -
Coldfusion expression stored inside a variable...
I have a Coldfusion expression stored inside a coldfusion variable, for example: <cfsavecontent time = #CreateODBCDateTime(now())#> if i do not... -
coldfusion variable inside a css doc
You can actually have dynamic style sheets although I've never done it. There are a few guides out there for doing it in php so i can't imagine it's... -
How do you embed PHP commands inside another PHP variable set?
I would like a very nice PHP shortcut to dynamically setting a variable value by embedding PHP commands inside, which is what I can easily do in... -
#25167 [NEW]: Variable get overwritten inside class
From: bakkerl at lamp dot xs4all dot nl Operating system: RedHat 9 PHP version: 4.3.2 PHP Bug Type: Class/Object related Bug...



Reply With Quote

