Explain what you mean by "scramble" and what you are trying to accomplish?
There isn't a built-in function for this that I've seen, so, you'll have to
write your own function using various PHP commands. This function might be
useful to that end: http://www.php.net/manual/en/function.levenshtein.php


> From: [EMAIL PROTECTED] (Leif K-Brooks)
> Newsgroups: php.general
> Date: Fri, 01 Mar 2002 02:50:09 -0500
> To: <[EMAIL PROTECTED]>
> Subject: Re: [PHP] Re: Does anybody have code for this?
> 
> on 3/1/02 2:43 AM, Monty at [EMAIL PROTECTED] wrote:
> 
>> Maybe try looking into the crypt() or md5() functions on php.net. These will
>> encrypt a string more than "scramble," but maybe one of these serves the
>> purpose.
> No, that isn't what I'm looking for.  It's not for encryption.  I just need
> a function that scrambles a string.
> 
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to