Advertisement
VladimirsBudkins

forms handler

Apr 8th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. if(post and postValid){
  2.     if(ajax){
  3.         sendMails
  4.         writeDb
  5.     }else{
  6.         setMessage
  7.         redirect
  8.     }
  9. }
  10.  
  11. if(get){
  12.     showForm
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement