Guest User

Untitled

a guest
Nov 17th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?
  2. if (!$_post['action'] == 1){
  3.  
  4. echo'<form>
  5. <input type="hidden" value="1" name="action">
  6. <other form crap>
  7. }
  8. else {
  9.  
  10. send email stuff
  11.  
  12. }
  13. ?>
Add Comment
Please, Sign In to add comment