Advertisement
Guest User

Untitled

a guest
May 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <form method="POST" action="<?php echo $_SERVER['PHP_SELF']; ?>">
  2. <input type="submit" name="fetch_url" value="Fetch URLs" style="width:426px;"><br/>
  3. <textarea cols="50" rows="20" name="url_list"><?php echo $url_list ?></textarea>
  4. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement