+ 1
How to decode this. data=CwdZ2bVklHJ7%2BJyI0ujU19tS2Ohn53QvdW6V5BfBjiqG9mm14WtHx4t5i4J4HpC5r24%2FtzugJ%2BAw%0AdJCAq
Please decode this and tell method how i decode
5 Answers
+ 1
ĆÄĆ HOW TO FIND KEY BRO?
+ 1
If you have a value and want to find the key, use array_search() like this:
$arr = array ('first' => 'a', 'second' => 'b', );
$key = array_search ('a', $arr); $key will now contain the key for value 'a' (that is, 'first' ).
+ 1
ĆÄĆ any online decoder? To use easy