Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Login to the website homepage
#3
Do you mean that you wish to have a login form for the admin / backend on the main page of your website?

if so its relativly easy to do, I have tested this on localhost and seems to work fine.

Code:
<form class="login" action="../pathto/admin/index.php?" method="post">
<p><b>Username:</b><br /><input type="text" class="text" id="userid" name="userid" /></p>
<p><b>Password:</b><br /><input type="password" class="text" id="pwd" name="pwd" /></p>
<p><input type="submit" name="submitted" class="submit" value="Login" /></p>
</form>
Juan Pecan - My Personal Website - https://aurafx.site
Reply


Messages In This Thread
Login to the website homepage - by LogicPHP - 2024-01-13, 20:25:17
RE: Login to the website homepage - by islander - 2024-01-13, 21:58:19
RE: Login to the website homepage - by aurafx - 2024-03-12, 18:16:07



Users browsing this thread: 1 Guest(s)