Inventory and money system?

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
User avatar
artistpersona
Forum Newbie
Posts: 2
Joined: Thu Nov 02, 2006 8:47 pm
Location: At my Computer

Inventory and money system?

Post by artistpersona »

I'm new to php and I'm coding a simulation.
Could I use an edited shopping cart code for an inventory and item code?
Does anyone have any pointers for coding a money system into my site, I'm new to php so I don't know much (I've been doing a lot of research though) about coding yet.

Thanks,
artp
User avatar
aaronhall
DevNet Resident
Posts: 1040
Joined: Tue Aug 13, 2002 5:10 pm
Location: Back in Phoenix, missing the microbrews
Contact:

Post by aaronhall »

Can you be more specific?
User avatar
artistpersona
Forum Newbie
Posts: 2
Joined: Thu Nov 02, 2006 8:47 pm
Location: At my Computer

Post by artistpersona »

Inventory as in where registered users can have their fake items when they get them (Buy or Someone sends them something). I was thinking a shopping cart (online store etc) code would work (You can view the items in your cart and pick items you want to buy).
Money System; fake money registered users can spend (buy items with), send to other players, and get payed with on "pay day".

Sorry I didn't put more info down in the first place. >_>
Post Reply