Forum: ColdFusion Jun 29th, 2009 |
| Replies: 2 Views: 1,205 I am using a Flash file that calls gallery.xml
its hardcoded into the flash and i cant edit the flash file.
the code in my page looks like
<cfsavecontent variable="gallery">
<?xml... |
Forum: ColdFusion Jun 7th, 2009 |
| Replies: 1 Views: 1,037 I have a SQL Query build as a string but i cant seem to pass it into to the <cfquery>
But it does not work
any one can help me?
<cfif ISDEFINED ('member')>
<CFSET SQL = "SELECT *
FROM... |