So if I am making web-browser game, and there user make their profile and gathering exp, levelup, take items, purchasing, etc…
then, how can I store it? for most web-browser game, users are normally play everywhere different computer, so maybe it should be stored specific server.
Using WWW class and mysql DB?
Thank.