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
Username and Password Form
Moderator: General Moderators
-
xCypherCoderx
- Forum Newbie
- Posts: 1
- Joined: Wed Jul 09, 2008 10:12 pm
Re: Username and Password Form
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.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