Ahhh - here's a clue (I hope) - what CHARACTER SET should I have the 
table cells storing this defined as? (MySQL)

I just checked and it's "Latin 1" like the other data, but I don't think 
that's going to be correct, is it?



>>> <cfif IsDefined("form.fm_test") AND #fm_test# NEQ "">
>>>   <cfset var.fm_test="#trim(FORM.fm_test)#">
>>>   <cfset encrpt_fm_test=encrypt("#var.fm_test#","#encryptVAR#")>
>>> </cfif>
>>>
>>> Decrypting:
>>>
>>> <cfif IsDefined("query.fm_test") AND #query.fm_test# NEQ "">
>>>   <cfset decrypt_fm_test=decrypt("#query.fm_test#","#encryptVAR#")>
>>> </cfif>
>> --
>> mxAjax / CFAjax docs and other useful articles:
>> http://www.bifrost.com.au/blog/

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277611
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to