Username and Password Form

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
xCypherCoderx
Forum Newbie
Posts: 1
Joined: Wed Jul 09, 2008 10:12 pm

Username and Password Form

Post by xCypherCoderx »

Hey guys, thanks for taking the time to read. Here is what i'm trying to do, and I am hoping someone can give me code to do this!
What I want for my website is a text box, that when you type a certain thing in, and login form appears. I assume this is a php if/then statement. can anyone help me out with this? Give me some code? I assume that anyone who does view>source won't be able to see what the proper text is that will grant access to the login form. Thanks,

Cypher
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Username and Password Form

Post by califdon »

xCypherCoderx wrote:Hey guys, thanks for taking the time to read. Here is what i'm trying to do, and I am hoping someone can give me code to do this!
What I want for my website is a text box, that when you type a certain thing in, and login form appears. I assume this is a php if/then statement. can anyone help me out with this? Give me some code? I assume that anyone who does view>source won't be able to see what the proper text is that will grant access to the login form. Thanks,

Cypher
What this forum is good at is helping people who have run into a problem while coding a php script. We usually don't write or trade scripts. What you want to do is one of the most common features of any php scripts, but to just "give" you a script would be unlikely to do just exactly what you want, and it would need to work along with other scripts to check the user's login, and that would lead to still more scripts. That's why we don't "give" scripts to people. If you are just beginning to learn php, I suggest that you start with very simple scripts, and read lots of tutorials.
Post Reply