Guest User

Untitled

a guest
Mar 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. if($response->success == 1){
  2.  
  3. echo "<script
  4. type='text/javascript'>document.getElementById('idb').style.visibility
  5. ='visible'; </script>";
  6.  
  7. }else{
  8.  
  9. header('location:https://androidstackoverflow.com/index.html');/* page
  10. on
  11. the server */
  12. die();
  13.  
  14. }
  15. }
  16.  
  17. ?>
  18. <script
  19. src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
  20. </script>
  21. <style type="text/css">
  22. #inb{
  23. visibility: hidden;
  24. }
  25. </style>
  26. <form method="post" action="">
  27. <input type="text" name="your_name" placeholder="Your Name" /><br /><br />
  28. <input type="text" name="email" placeholder="Your Email Address" /><br />
  29. <br
  30. />
  31. <div class="g-recaptcha" data-sitekey="<?php print $SITE_KEY; ?>"></div>
  32. <input id="inb" type="submit" name="submit_form" value="Submit Your
  33. Information" />
Add Comment
Please, Sign In to add comment