Flex talking to a PHP backend

I am no PHP expert and to not intend to be one, but while I was searching how to integrate Flex with different backends, i came across some tutorials that i believe would help others:

2 Responses to “Flex talking to a PHP backend”

  1. Jim Lind Says:

    The documentation can be a little overwhelming, but I highly recommend AMFPHP. Since AMF is binary it can reduce your overhead – http://www.amfphp.org/

  2. vinnie vivace Says:

    i second the call to check AMFPHP. i had zero PHP knowledge, and little interesting in gaining any, but was able to get AMFPHP installed and working (includes sending and receiving flex Value Objects) within 15 minutes…

    go!

Leave a Reply