Re: [PHP-DB] Tricky Quiestion!!!

2002-01-15 Thread Andrés Felipe Hernández
it seems to me that the problem with your encryp' function has to do with your 'separators'. Try replacing every ocurrence of your especial chars ( in this case the values $sep could get ) before using your "encrypting" function. hope i got it right, andy "Thomas "omega" Henning" <[EMAIL PROTECT

[PHP-DB] Tricky Quiestion!!!

2002-01-14 Thread Thomas \"omega\" Henning
Hello all, I encrypt a text lets say omega home with an home made encryption algorithm. Lets say i encrypt omega home. It will result oomoeogoao ohooomoeo. When i decrypt it it ses omega hme Home isn't typed out due 2 exlopde("o","oomoeogoao ohooomoeo"); In this case. H My quiestion how i make th