Hey there, I am trying to populate a loop using the following.
<cfquery name="notice" datasource="#DSN_DATASOURCE#" username="#DSN_USERNAME#" password="#DSN_PASSWORD#">
Select *
From notice
Where id = "1,5,7"
</cfquery>
The problem is the 1,5,7 obviously. This info is coming through the...
Hey there, I am trying to populate a cfloop using the following.
<cfquery name="notice" datasource="#DSN_DATASOURCE#" username="#DSN_USERNAME#" password="#DSN_PASSWORD#">
Select *
From notice
Where id = "1,5,7"
</cfquery>
The problem is the 1,5,7 obviously. This info is coming through...
Hello,
I've been trying to display this xml information to a webpage but haven't had any success yet.
So far, I've been able to store all the page information into a variable called myXMLDoc, and successfully XMLsearched that variable... but now i'm having trouble displaying that array of...
Hey all,
Has anyone ever run into trouble using FCKeditor .. where it randomly removes COUNTRY NAMES or CITY NAMES from a block of text ?
I have a client who is using FCKeditor to administer and format his magazine-type articles... and the editor often leaves out important information such as...
My client has grown frustrated with FCKEditor, and asked me to find an alternative. I've looked on google, and found Editize.
Just wondering if anyone has any other suggestions.
Thanks.
Hey all,
I am trying to insert into a MySQL DB, a small textarea that uses FCKEditor.
When the client edits an article, and submits it, sometimes the text escapes the SQL insert and ends up giving an error message.
How can I stop the text from escaping the SQL statement ?
I am attempting to place a variable [value] in a ColdFusion tag called imageCFC. For some reason it is rejecting the value and giving me an error.
Below is the code I am using followed by the error I am receiving.
Thanks so much for any help I can get with this. I have tried a number of...
Hey there Guys,
Just wondering if anyone knows how to change the filename of a PDF being sent to the browser using cfdocument? The filename attribute only works if saving the PDF to disk.
Thanks
I need to set a session variable in a loop. Here is what the variable should produce once looped...
<cfset session.store[1].a1 = 18>
<cfset session.store[1].a2 = 18>
<cfset session.store[1].a3 = 18>
In the loop the 1 at the end of the variable needs to be looped, so I need to know how to set...
Hey all,
I'm trying to create an input box that dynamically previews the clients text as they type it into the box... using a font selected from a list of 5 different special fonts.
The idea I'm thinking of is used on many font and typeface websites.
example of what I'm looking for...
Hey all,
I'm starting a new project in which I must accept an uploaded image, and be able to crop the image to specific dimensions.
Does anyone know of a Flash / ColdFusion suite that does this ? All suggestions are welcome !
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.