NamePros.Com (http://www.namepros.com/)
-   CODE (http://www.namepros.com/code/)
-   -   Simple MDX function (http://www.namepros.com/code/244696-simple-mdx-function.html)

Barrucadu 10-06-2006 08:28 AM

Simple MDX function
 
PHP Code:
function MDx($string,$times){
     
$i=0;
     
$output = $string;
     while(
$i<$times){
          
$output = md5($output);
          
$i++;
     }
     return
$output;
}


Just incase regular md5 isnt strong enough for you, lol

Dan 10-06-2006 03:25 PM

-nevermind- :x


All times are GMT -7. The time now is 10:51 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0