Poldar Posted September 9, 2008 Posted September 9, 2008 Hey...I was wondering how were are to make, or re-organize login pages...I would really like to learn how to do this..to make a unique feel of a game that I am currently working on at the moment....simple things really, but how would we re-organize a login page? Also, I would like to know how you would put in a picture ad, every time I tried putting one in there happened to be a mysql syntax error... Could dome on give me some insight on these problems? Quote
Guest Anonymous Posted September 9, 2008 Posted September 9, 2008 Re: Login Pages/Other Questions..? It's pretty simple, all that you need to make the login work is the form, such as... <form action='authenticate.php' method='POST'> Username: <input type='text' name='username'> Password: <input type='password' name='password'> <input type='submit' value='Login'> </form> Then you just build your theme/template and add the form into the login area. Also with ads best bet, would be to use heredoc function such as... <? ## php code here PRINT<<<ADS Your ad code here ADS; ?> Quote
Floydian Posted September 10, 2008 Posted September 10, 2008 Re: Login Pages/Other Questions..? I'd suggest learning HTML. That's the basis of any page layout. Then, you should work on some css for some more in depth control of the layout. But certainly work on learning HTML. Quote
Joel Posted September 10, 2008 Posted September 10, 2008 Re: Login Pages/Other Questions..? I'd suggest learning HTML. That's the basis of any page layout. Then, you should work on some css for some more in depth control of the layout. But certainly work on learning HTML. Agreed Quote
dementor Posted September 10, 2008 Posted September 10, 2008 Re: Login Pages/Other Questions..? Your login page isnt what should make your game unique :-D Quote
Poldar Posted September 10, 2008 Author Posted September 10, 2008 Re: Login Pages/Other Questions..? I do know HTML, from top to bottom...I am learning Javascript, and then the next project is PHP... Quote
Joel Posted September 10, 2008 Posted September 10, 2008 Re: Login Pages/Other Questions..? I do know HTML, from top to bottom...I am learning JavaScript, and then the next project is PHP... That's pretty good learning JavaScript, when I've got spare time at college I read JavaScript books and also learn different languages Quote
WestBrookRPG Posted September 11, 2008 Posted September 11, 2008 Re: Login Pages/Other Questions..? I've been learning at a website at w3schools.com I learned HTML, XHTML, and CSS, and I am now learning Javascript... I am hoping to learn PHP before Christmas.. Quote
POG1 Posted September 11, 2008 Posted September 11, 2008 Re: Login Pages/Other Questions..? I am hoping to learn PHP before Christmas.. lol Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.