I need to know how to decode it <?php echo "\x61s\144as\x61s\x64"; ?> PHP: ---------------------------------- This is what was encoded: <?php echo "asdasasd"; ?> PHP:
If I have to guess, those are probably ASCII values, in Hex or Octal. I'm not sure but PHP somehow interpret everything after \x