First of all, I\'m not sure if this should be done in Coldfusion or MySQL. I have a query of items that retrieves items in a catalog. I have a second query that retrieve开发者_如何学Cs items from a
On my site right now, I\'m passing in data through a query string to a page. I\'d like to change that so that the data is passed as a POST parameter.
I\'ve got 2 ColdFusion apps built with a similar layout. They were built about the same time. I\'ve recently upgraded my local server to ColdFusion 9. They both work fine locally but when I visit them
Why does this give me an MySQL syntax error: <cfset arguments.where = \"platformUrlId=\'#params.platformUrlId#\'\">
I am trying to encrypt a string using ColdFusion encrypt() with a 3rd party provided key like this: encrypteded = encrypt(\'theString\', \'FD52250E230D1CDFD5C2DF0D57E3E0FEFD52250E230D1CDF\', \'DESEDE
Update: Thanks Ben, I decided to copy the URL to another structure and modify that one with StructUpdate(). Here\'s the code if anyone\'s interested (specific to my application, but you can edit the
When do you call getPageContext().getSession().invalidate()? I tried calling that at the logout page, then cflocat开发者_JS百科ion it back to the main page, and it throws exception.
Is there a way to include/wrap PDF data generated from a ColdFusion template inside another ColdFusion template, or a cfdocument tag?
I\'m new to ColdFusion, so I\'m not sure if there\'s an easy way to do this. I\'ve been assigned to fix XSS vulnerabilities site-wide on this CF site. Unfortunately, there are tons of pages that are t
I have some \'spaghetti\'-style code that is generously saused with Custom tags and Stored procedures calls. Templates include each other, custom tags nested and stored procedures are callind other st