Re: [PHP] Encrypt/Decrypt help

2004-06-21 Thread John Brooks
On Mon, 21 Jun 2004 13:01:33 -0400, John Fano <[EMAIL PROTECTED]> wrote: > > Boy, I feel retarded. That was it. Thank you. I used $filename in the > encrypt stage and when I copied and pasted into the decrypt file I used > a snippet from Dreamweaver that I had for reading a file into an array,

Re: [PHP] Encrypt/Decrypt help

2004-06-21 Thread John Fano
Boy, I feel retarded. That was it. Thank you. I used $filename in the encrypt stage and when I copied and pasted into the decrypt file I used a snippet from Dreamweaver that I had for reading a file into an array, which had $fname in it. Sometimes it takes a second set of eyes. Thanks again

Re: [PHP] Encrypt/Decrypt help

2004-06-21 Thread R'twick Niceorgaw
Hi John, Quoting John Fano <[EMAIL PROTECTED]>: > BEGIN DECRYPT CODE* > $filename = $_GET["q"]; > $getdata = file($fname); What is in $fname? Shouldn't it be $filename? HTH R'twick This message was sent

[PHP] Encrypt/Decrypt help

2004-06-21 Thread John Fano
Greetings! I am working on a web site in which there is a need to store the orders. Part of the order is some personal info which should not be stored in plain text (SS number). Basically what I have is a submission order form which I want to encrypt the input and store it on the server in a