Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1. $immeil= $_SESSION['immeil'];
  2. $id_recuperato=$_GET['id'];
  3.  
  4. $q= mysqli_query($conn, "INSERT INTO requests (id_activity, email_richiedente) VALUES ('$id_recuperato', '$immeil') ");
  5.  
  6. if (q)
  7. {echo '<script
  8. language=javascript> document.location.href="asp.php"</script>';}
  9.  
  10.  
  11. echo '<script
  12. language=javascript> document.location.href="notfound.php"</script>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement