Guest User

Untitled

a guest
May 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php
  2.  
  3. echo <<<CODE1
  4. <fieldset style="background-image:url(background.jpg); color:white;">
  5. <form action="verifyid.php" onsubmit="return validate_form(this)" method="get">
  6. Facebook Identification Number: <input type="int" maxlength="15" name="fb_id" />
  7. <input type="submit" value="Submit" />
  8. <br>
  9. You will need to enter your FB ID to continue. To find this number, you can view your profile and copy and paste the number in the URL.
  10. </form>
  11. </fieldset>
  12. CODE1;
  13.  
  14. ?>
Add Comment
Please, Sign In to add comment