# XML or SQL?

**URL:** https://forum.kirupa.com/t/xml-or-sql/260027
**Category:** flash
**Created:** [May 11, 2008, 8:47pm UTC](https://forum.kirupa.com/t/xml-or-sql/260027 "2008-05-11T20:47:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![kanaeda](https://avatars.discourse-cdn.com/v4/letter/k/9e8a1a/32.png) [@kanaeda](https://forum.kirupa.com/u/kanaeda)
#### Post date: [May 11, 2008, 8:47pm UTC](https://forum.kirupa.com/t/xml-or-sql/260027/1 "2008-05-11T20:47:07Z")

</div>

I’m making a flash based website for this group of people… The requirements are that they need to be able to dynamically update content and upload photos and stuff, have individual logins with passwords and stuff (almost like a private blog type thing between employees or something, I dunno)… I know HOW to do it all, but just storing the data… Should I use xml or SQL? Or both together? I’m leaning towards SQL, cos I know how to use it more than xml… but what would be the best choice? I need help man…

---

<div class="post-metadata">

### Author: ![Templarian](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/templarian/32/7152_2.png) [@Templarian](https://forum.kirupa.com/u/Templarian)
#### Post date: [May 11, 2008, 9:04pm UTC](https://forum.kirupa.com/t/xml-or-sql/260027/2 "2008-05-11T21:04:29Z")

</div>

We’ll you will want to store everything in SQL. And output it as XML from PHP for flash to read in.
