UPDATE: for an update version of this tutorial, visit this post:
how-to-make-a-login-form-with-html-php.html
one of the way you can make your website more customized for your users and more secured for you is to put a login form for your members.
here is an example code for a login form i created

Username:

Password:


and this is the code

<form name="form1" method="post" action=""><p>Username: <input type="text" name="user"></p><p>Password: <input type="text" name="pass"></p><p><input type="submit" name="Submit" value="Submit"> </p></form>

Thanks to the folks at Webune for their help on this. if you ever need reliable web hosting, you should visit them at www.webune.com