beboo002 Posted April 28, 2008 Share Posted April 28, 2008 Hello all String Problem I making an array like $z=array(A=>1456,1=>456,2=>1475,3=>9999); $a="12A3"; And then $a encrypted using array $z. its encrypted its outcome like $p=456147514569999; But when I decrypt $p Then out come $e= “A123”; My question is how to get $e value same as $a value. I am using almost all the string function but the function gives same result. Thanks Beboo Link to comment https://forums.phpfreaks.com/topic/103250-string-problem/ Share on other sites More sharing options...
kenrbnsn Posted April 28, 2008 Share Posted April 28, 2008 Please post the code you're using between tags. Ken Link to comment https://forums.phpfreaks.com/topic/103250-string-problem/#findComment-528845 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.