Someone (I wish people would put their names on blog posts or at least an about page on their blog) has posted a good tutorial on using Flex and PHP together, transferring data using JSON. In my talk a few days ago, I was asked about the various methods of getting data from PHP to Flex (and vice versa). The options are essentially XML (sometimes called REST), JSON and AMF. XML is the easiest, but