Advertisement
Guest User

Untitled

a guest
May 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. <form action="application.php" method="post">
  2. <div style="display: none;">
  3. <input type="text" name="name" maxlength="30" size="20" />
  4. </div>
  5.  
  6. <input type="hidden" name="action" value="apply" />
  7. <p>
  8.  
  9. Character name, class and race?<span class="red">*</span><br />
  10. <input type="text" name="c933daf4c89a678b0d01be83db2cd718" class="input" /><br />
  11.  
  12. What is your MS and OS?<span class="red">*</span><br />
  13. <input type="text" name="413514c2405171c3db1a1914ac414d01" class="input" /><br />
  14.  
  15. Are you willing to respec?<span class="red">*</span><br />
  16. <input type="text" name="605775613a82a5058f3f1d4ca1d7089d" class="input" /><br />
  17.  
  18.  
  19. Link to the WoW Armory:<span class="red">*</span><br />
  20. <input type="text" name="9ad279ff5dfc6406cf545df59059248e" class="input" /><br />
  21.  
  22. Raid experience?<span class="red">*</span><br />
  23. <textarea cols="50" rows="4" name="3e955ce84e6e5a58fe28d4c805635868" type="text" class="textarea"></textarea><br />
  24.  
  25. Do you have a stable internet connection?<span class="red">*</span><br />
  26.  
  27. <input type="text" name="c6c1cd413e102f9d1c2d32baa2bb685f" class="input" /><br />
  28.  
  29. Able to use TeamSpeak3?<br />
  30. Yes&nbsp;&nbsp;&nbsp;<input type="radio" name="3f626484f7241cf7a73b063ca1b21b06" value="1" /><br />
  31. No&nbsp;<input type="radio" name="3f626484f7241cf7a73b063ca1b21b06" value="0" checked="checked" /> <br />
  32.  
  33. What are your usual playing hours and days?<span class="red">*</span><br />
  34. <input type="text" name="d4fe7441414635db7a3108e7037d7552" class="input" /><br />
  35.  
  36.  
  37. What is your current guild?<br />
  38. <input type="text" name="79890108d42e98103d801bf3a7ab1bd3" class="input" /><br />
  39.  
  40. Do you know anyone in The Jester Race? If so, who?<br />
  41. <input type="text" name="9ee8923e426a06ccfb9fdfceb9c1fdbd" class="input" /><br />
  42.  
  43. Any additional information you would like to share?<br />
  44. <textarea cols="50" rows="4" name="e4f2c0cf0b15cc75612c13f061af8a58" type="text" class="textarea"></textarea><br /> <br />
  45.  
  46.  
  47.  
  48. <input name="submit" type="submit" class="knapp" value="Apply" />
  49. </p>
  50. <p style="text-align:right;color:#FF0000;margin-right:10px;font-size:10px;">* Requierd fields.</p>
  51.  
  52. </form>
  53.  
  54.  
  55.  
  56. And one of the checks (in php)
  57.  
  58. if($_POST['name'] != '')
  59. {
  60. echo '<p>A error occurred while processing your request. Pleas contact the administrator for more info.</p>';
  61. mysql_query("UPDATE raknare SET count=(count+1) WHERE count_id=1");
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement