Guest User

Untitled

a guest
Jul 20th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $update = "INSERT INTO scheduled
  2. (company, contact, phone, attending, email, copy, event_id)
  3. VALUES ('$_POST['company']','$_POST['contact']','$_POST['phone']',
  4. '$_POST['attending']','$_POST['email']','$_POST['copy']','$_POST['class']')";
Add Comment
Please, Sign In to add comment