Without a doubt, you will find a wide variety of
developer and webmaster resources that include
scripts, tutorials, website ideas, website reviews,
and a developer resource directory.
Developer
Checklist These are the basic
steps involved in any development project:
Start with an idea
Research idea
Make a content plan
Buy a domain
Gather content
Buy or design template
Get logo made
Structure site
Fill in content
Find web hosting
Upload site
Visit other websites that are
owned and operated by Developerz.com.
Save this form on a page called login.php
Now you will need to put this in the page you with to protect.
The form above is protecting 'index.php'; if its
anything else please change the
form action in the above form.
Put the above code at the top of your index.php page.
Now if the username and password is right you wil be allowed
access, but what if incorrect login is submitted?
Simple add the following code at the bottom.
CODE
<?php
}
else
print "You have entered the wrong username or
password.";
}
?>