[phorm] [Phorm:] Using md5 function??

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 21 Jul 2003 23:58:40 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3026) Using md5 function?? 
            <http://www.phorm.com/support/?rev=3026> 
  AUTHOR:   Rich 
  DATE:     July 21, 2003 at 7:58 p.m. EST 

Hello, 

I am having a problem with the fetch portion when I use the md5 
function(Creating the encrypted password with md5 is working fine). I keep 
getting a Phorm error (with the pink background) that states: 

090 - There has been an error, and your information has not been sent. 

I am also using *$ph_debug72 = true;* and when I copy and paste the query into 
MySQL, it works perfectly. Below is what I have in my config file. Any ideas? 
Thanks... Rich 

$PHORM_PARSPHP = "True"; 
$PHORM_ALERTTO = "email@xxxxxxxxxxxxx"; 

$Password = md5($Password); 
$DHost = "localhost"; 
$DUser = "USER"; 
$DPass = "PASSWORD"; 
$DBase = "DATABASE"; 

$PHORM_MYTABLE = "table_name"; 
$PHORM_DBFETCH = "UName, PWord"; 
$PHORM_DBWHICH = "UName = '$User' AND PWord = '$Password'"; 

$PHORM_ACK = "ack1.php"; 

$TimeStamp = date("y/m/d H:i:s "); 

$ph_debug72 = true; 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Using md5 function??