![]() |
XML Data Storage - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17) +---- Thread: XML Data Storage (/showthread.php?tid=247) |
XML Data Storage - Bradyok - 19-08-2006 Not sure of all the benefits of doing this, but I know it would be easy to integrate with websites. Anyone ever thought of this? - grimsk8ter11 - 19-08-2006 switching to mysql is faster and easier to intergrate with websites. I have tried it, and it really isnt worth using it for much, and if your using it for a little, then its just useless code. - Harry - 19-08-2006 If your meaning to do things like register online, show guilds and stuff, you could just use the php read/write ini stuff, theres some examples on planet source code for how it works but theres loads of cool stuff you'd be able to do with it. Edit: Something like this: http://pxperl.com/doc/lib6/Config/Tiny.html |