All: When I use the below code instead of getting the value for $encryptedpass in the SET I get $encryptedpass. What is going wrong and can anyone else suggest something else? <? $password = "<dtml-var Password>"; $encryptedpass = md5($password); echo "<dtml-call "REQUEST.set('encryptedpass', '$encryptedpass')">"; ?> Thanks, Todd