Okay... I have a script that I set up and was working up until Friday, no problem whatsoever.
I turn up this morning (sorry... Roll out of bed and sit at my laptop in the kitchen) and find that the script no longer works. The initial script sends an email with an encrypted email address in a URL the user has to click (server and path removed): validateEmail.cfm?check=#URLEncodedFormat(encrypt(form.username, request.application.crypt_key))# And the script takes that value and retrieves the email (crypt_key is the same as it's the same variable from the same source): <cfset decodedUsername = decrypt(urldecode(url.check), request.application.crypt_key)> However, this is throwing an error (when it didn't on Friday and no-one has touched the script as the date is the same as the one I have stored on my machine as the last upload time for that script). Any ideas? Paul ------------------------------------------- Paul Johnston PJ Net Solutions Ltd http://www.pjnetsolutions.com [EMAIL PROTECTED] +44 (0)7866 573013 -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]