Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1.  Nama Pelamar
  2. :
  3.  
  4. Tanggal Lahir
  5. :
  6.  
  7. <?
  8. for ($i=1; $i<=31; $i++) {
  9. $tg = ($i<10) ? "0$i" : $i;
  10. echo "$tg”;
  11. }
  12. ?>
  13.  
  14. <?
  15. for ($i=1; $i<=12; $i++) {
  16. $bl = ($i<10) ? "0$i" : $i;
  17. echo "$bl”;
  18. }
  19. ?>
  20.  
  21. <?
  22. for ($i=1970; $i<=2000; $i++) {
  23. echo "$i”;
  24. }
  25. ?>
  26.  
  27.  
  28.  
  29.  
  30. Jenis Kelamin
  31. : Pria  
  32. Wanita
  33.  
  34. Alamat
  35. :
  36.  
  37. Kota
  38. :
  39.  
  40. Bandung
  41. Bogor
  42. Cianjur
  43. Jakarta
  44. Karawang
  45. Sukabumi
  46.  
  47. Telpon
  48. :
  49.  
  50. Pend. Akhir
  51. :
  52.  
  53. SMA/sederajar
  54. D1
  55. D2
  56. D3
  57. S1
  58. S2
  59. S3
  60.  
  61. Email
  62. :
  63.  
  64. Username
  65. :
  66.  
  67. Password
  68. :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement