zachary Posted April 21, 2006 Share Posted April 21, 2006 Im building a game and I need to know how to make a screen like yahoothat make you login....I need the php(need) if possible....I want a login screen likehere.Need help soon..Im gonna realse it soon... Link to comment Share on other sites More sharing options...
reportingsjr Posted April 21, 2006 Share Posted April 21, 2006 You need to learn PHP, games take many pages, not just a login screen. Link to comment Share on other sites More sharing options...
zachary Posted April 21, 2006 Author Share Posted April 21, 2006 I need login screen and database script not the game its self Link to comment Share on other sites More sharing options...
Little Goat Posted April 21, 2006 Share Posted April 21, 2006 well, for the form just do this: <form action="processform.php" method="post">Username: <input type="text" name="username" />Password: <input type="password" name="password" /><input type="checkbox" name="remember" value="yes" /> Remember Me (requires cookies)<input type="submit" value="Enter" /></form> the recieving code depends on a few things. you might want to learn that.LG Link to comment Share on other sites More sharing options...
zachary Posted April 21, 2006 Author Share Posted April 21, 2006 I just need any type of process form basicly but thanks. Link to comment Share on other sites More sharing options...
Little Goat Posted April 21, 2006 Share Posted April 21, 2006 well, you could access the variables the form sent with this: $_POST[username] LG Link to comment Share on other sites More sharing options...
Little Goat Posted April 21, 2006 Share Posted April 21, 2006 check out this post:http://w3schools.invisionzone.com/index.ph...hl=login+scriptLG Link to comment Share on other sites More sharing options...
everyone Posted December 4, 2006 Share Posted December 4, 2006 ok so where is the php tutorrial? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now