hopingsteam

testSAMP.php - live tutoriale-pe.net

Jun 10th, 2018
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. <?php
  2.     if(isset($_GET['code']))
  3.     {
  4.         $code = $_GET['code'];
  5.         if($code = 12345)
  6.         {
  7.             if(isset($_GET['msg']))
  8.             {
  9.                 $mesaj = $_GET['msg'];
  10.                 $mesaj = str_replace("-", " ", $mesaj);
  11.                 //mail header to from
  12.                 echo "Mesaj trimis";
  13.             }
  14.         }
  15.     }
  16. ?>
Add Comment
Please, Sign In to add comment