[Zope] PHP Zope Help

Todd Loomis, DMSO (SAIC) tloomis@dmso.mil
Mon, 29 Apr 2002 09:44:12 -0400


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