Rrr - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of Rrr.php

  1. <?php
  2. $string = 'test_merch_n1;www.market.ua;WFP_202101091233;202101091233;2;USD;151;120;1;1;1;1';
  3.  
  4. $key = "flk3409refn54t54t*FNJRET";
  5. $hash = hash_hmac("md5", $string, $key);
  6. echo $hash;
File Description
  • Rrr
  • PHP Code
  • 09 Jan-2021
  • 187 Bytes
You can Share it: