[RESOLVED] [AS3]Multidimensional array to XML or mySQL
I've been trying to get an ingame level editor to externally store the multidimensional array that holds the level data, by whatever means possible... what would be the best method for this? I found amfphp and have been messing around with it forever on my local server... trying to use it to store the array in a mysql db, to no avail (not due to a specific problem sending the array, but a whole slew of problems simply getting amfphp to do much of anything correctly). Is amfphp a good choice for what I need? If so, does anyone know any decent current tutorials for it? Official docs seem non-existent. Should I be using XML? I have a basic understanding of mysql and php, but no experience whatsoever using them with flash.
Thanks!