PHP Newb with a couple questions

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
Beliall
Forum Newbie
Posts: 1
Joined: Mon Nov 01, 2010 3:59 pm

PHP Newb with a couple questions

Post by Beliall »

My friend and I recently started working on a new project, we're working on making a game, he has designed the registration and login on one page and I'm hoping to tie the php directly on that page without moving anything of his around. I am very new to php just recently started learning it to help him with this. I was just wondering if there was anything special I need to know if during registration you have to pick a race and class from a drop down menu, if there would be a special entry into the database that would need to be there or how that would work. Sorry if this is an obvious answer question but I'm just starting and would just like some heads up or a few pointers which could help make this work. I've looked over a few registration / login scripts and I haven't seen one that has drop down menu options. Any tips/help/info is appreciated, thanks for your time in reading this post. Have a nice day.

Edit:: If it helps for any reason it's going to be an all text based game.
Post Reply