[snip] Can I use : $md5 = md5($variable1 + $variable2);
Is it right to use that? Notice : I don't want "&" I want to add the first value to the second one(1=2=3).. then make them MD5...MD5(3) (For example).. [/snip] Have you tried it? Of courser if all else failed you could do ... $myDog = $var1 + var2; $md5 = md5($myDog); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php