Jump to content

String Problem


beboo002

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.