Guest User

Untitled

a guest
Sep 16th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. How can I make a external phpbb-login without redirecting to another page?
  2. <form action="./phpBB3/ucp.php?mode=login" method="post">
  3. <h3><a href="./phpBB3/ucp.php?mode=login">Login</a>&nbsp; &bull; &nbsp; <a href="./phpBB3/ucp.php?mode=register">Register</a></h3>
  4. <fieldset>
  5. <label for="username">Username:</label>&nbsp;
  6. <input type="text" name="username" id="username" size="10" title="Username" />
  7. <label for="password">Password:</label>&nbsp;
  8. <input type="password" name="password" id="password" size="10" title="Password" />
  9. <input type="submit" name="login" value="Login" />
  10. </fieldset>
  11. </form>
  12.  
  13. <input type="hidden" name="redirect" value="./somefile.html" />
Add Comment
Please, Sign In to add comment