Guest User

Untitled

a guest
Oct 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2. $month = strip_tags($_POST['month']);
  3. $day = strip_tags($_POST['day']);
  4. $year = strip_tags($_POST['year']);
  5. $time = strip_tags($_POST['time']);
  6. $title = strip_tags($_POST['title']);
  7. $entry = $_POST['entry'];
  8. ?>
Add Comment
Please, Sign In to add comment