How in the world do I keep track of everything in an RPG with PHP?
If I were to make an RPG in Flash (with like inventory and warehouses and weapons and stuff), how the heck do I put all that information in a database? Like the character's name, level, HP, MP, what he is wearing, the position of each item in his inventory, all that fun stuff.
PHP is the only server language I know currently and the only database I've ever made with that is a user account database with 4 fields. For an RPG... I would need like... more than 30 fields.
Yeah this is gonna be a fun summer project.