Hello,
I'd like to create a very simple login page for my website. I am not very familiar with HTML or PHP so i'd like it to stay simple. I don't need an account creation page, just a login and a way for me to create accounts.
Thanks
Hello,
I'd like to create a very simple login page for my website. I am not very familiar with HTML or PHP so i'd like it to stay simple. I don't need an account creation page, just a login and a way for me to create accounts.
Thanks
you could just do
<?php
if(!isset($_POST["pass"])){
<!-- Login Here-->
} else {
<!-- Content Here-->
}
?>
Easiest 70 points you'll make on x10
Feel free to add my reputation by clicking on theif you found my post helpful to you :P
If I am not responding to your PMs, that means I am ignoring you. Take a hint.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
sorrry i will surely repley if you come to my forum at:
www.naimonline.net.ms
go to this website andenter (enter my message board) click that.
and enter your doubts iam ready to replay that.
because creating a login script is not a easy task. you should go step by step procedure.
bye,
by naim
I think there's a way to do this from the control panel. Check your control panel.