ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.
In order to debug I would like to dump certain variables on to my web page. How can I do …
coldfusion railo cfml openbdI would like to turn the HTML generated by my CFM page into a PDF, and have the user prompted …
pdf coldfusionI am trying to insert the following string into an sql xml field <?xml version="1.0" encoding="UTF-8"?> <…
sql-server coldfusion xml-parsing coldfusion-9I need to invoke a ColdFusion function(present in a .cfm file) when the user clicks on a link. And …
jquery ajax coldfusionThe ColdFusion <cfdump /> tag is giving me much less information than the PHP function var_dump(). Is there …
variables types coldfusionHow can I get the SQL used to generate a cfquery object? If I cfdump the object, it shows it …
coldfusionI want to remove all special characters (",/{}etc.) from an input field being saved as a string to the DB. …
javascript sql coldfusionI am converting a ColdFusion application to C# (I'm a CF n00b). I have a script that performs a …
coldfusion coldfusion-9 cfqueryI have a shopping cart array, which has a variable to tell me if the product is an accessory or …
arrays coldfusion cfloopI am creating a dynamic PDF in ColdFusion and having an issue with "pagebreak". The page in question could have 1 …
pdf coldfusion page-break cfdocument