Advertisement
Guest User

Untitled

a guest
Jan 10th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .....
  2. .......
  3. if (document.getElementById('agreed').checked) {
  4.           <?php wp_redirect( '/start-here', 301 ); exit; ?>
  5. } else {
  6.   .....
  7.   .......          
  8. }
  9. ....
  10. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement