Flash Data Storage Services : Part 2
In my last post we set up our EasyPHP server and created a MySQL database for our event manager. In this post we are going to create the Amfphp service to create, delete, and get events from the database. We are also going to create an ActionScript 3 class to talk to the PHP service. Creating the Service Your event service will be contained within a single PHP file in the Amfphp\Services\ directory....