I am learning to use <cfscript>. Is there a开发者_运维问答ny way I can log some messages or values inside the <cfscript>?
I\'m using ColdFusion and I need to automatically send an email when a page loads. I\'m using this as a notification for the owner of the site so they know when to check the database for a new entry.
I have eclipse with coldfusion builder installed, and I set up the various screens - RDS and coldfusion debug settings in preferences, project properties and set the server up there.
This is the jQuery, both the game_id and the $(this).val() are integers /* AJAX call: save to DB input name=#game_id# v开发者_运维技巧alue=#game_rating */
Is it possible to use coldfusion wit开发者_开发百科h apache serverand mysql DB?Absolutely, yes.
I\'m trying to do a very simple CFHTTP GET call to a local website running on IIS7, however it throws a 408 Connection Failure.
I am trying to connect my flex app to a CFC I have which calls a method. It\'s to test a login control, and when i put the correct credentials in, it comes back with the error: \"SOAP Response cannot
I have a tricky one. By means of a <cfoutput query=\"…\"> I list some records in the page from a SQL Server datab开发者_如何学运维ase.
We are just beginning the process of looking for a source code control 开发者_如何学JAVAsystem. I realize we are behind, but better late than never. None of the members on our team have experience wit
I\'ve been attempting to follow the instructions on the Vim wiki to get the matchit plugin working with ColdFusion (*.cfm) files containing both ColdFusion and HTML tags running on MacVim.