Advertisement
Fame

2 Scripts

Aug 13th, 2013
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.47 KB | None | 0 0
  1. <?php
  2. $skid=array("Outbox","Voidmason","Vaktus","Vintik8");
  3.  
  4. echo $skid[2] . ' isn\'t as much a skid as' . $skid[0];
  5. ?>
  6. /* Seperating These */
  7. <html>
  8.     <body bgcolor="black">
  9. <center>
  10. <center><h3>Change Your Password</h3></center>
  11. <form action="#" method="GET">
  12. New Password: <input type="pass" name="pwd">
  13. Confirm New Password: <input type="pass" name="confirmpwd">
  14. <input type="submit" name="submit" value="Change Password">
  15. </form>
  16. </center>
  17.     </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement