Text Based MMORPG

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
Spears
Forum Newbie
Posts: 6
Joined: Mon Mar 23, 2009 10:06 am

Text Based MMORPG

Post by Spears »

I'm fairly new to PHP and I'm writing a text based MMORPG. I have a lot of it completed, but by that I mean the log in system, registering, chat and a few more small things. The thing that I am struggling to figure out is the best way to add items. I think it would be best to list each item everyone has and the effects in a database. If I did that, how would I be able to list them in an inventory where it has 2 items in each column then goes to have as many rows as needed? Sorry if this is hard to understand.
Post Reply