News Feed
Jobs Feed
Sections




News Archive
feed this:

Adobe Developer Source:
Using PHP and Flex to Browse a MySQL Database
July 20, 2006 @ 14:12:31

The Adobe Developer Source has posted a new tutorial showing how to, with the combination of PHP and Flex, to browse the contents of a MySQL database.

One critical element to remember about programming with Flex is that it cannot connect to a database directly - it requires some form of middleware in order to access data. You'll be using PHP in order to generate the XML files that Flex will use to manipulate the data from the database.

PHP plays the middle-man in this lengthy tutorial, passing XML messages back and forth between the Flex application and interpreting it into MySQL queries and results. They take the PHP script through, step by step, to ensre you know exactly how it works. Next up is the Flex, complete with the code listing to create the simple database browsing application.

There's explainations, screenshots, and even a little ActionScript here and there, but in the end, you'll have a light, simple database browser to view the contents of your table.

0 comments voice your opinion now!
flex adobe mysql database middleman xml messages flex adobe mysql database middleman xml messages



Community Events











Don't see your event here?
Let us know!


language phpunit release example code composer opinion interview api podcast testing community database functional development introduction unittest series framework zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework