Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. require_once 'sendEmail.php';
  2.  
  3. $dbusername = "******";
  4. $dbpassword = "******";
  5. $server = "****************";
  6.  
  7. $conn = mysqli_connect($server, $dbusername, $dbpassword);
  8.  
  9. $sql = "INSERT INTO ************** (****, ****, ****) VALUES ('".$_GET['****']."', '".$_GET['****']."', '".$_GET['****']."')";
  10.  
  11. $value = "".$_GET['****']."";
  12.  
  13. if ($value > 25.0)
  14. {
  15. WarningEmail($value);
  16. }
  17.  
  18. mysqli_query($conn, $sql);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement