I'm not a PHP person, but some of the examples listed here may be helpful:

http://www.brightworks.com/technology/adobe_flex/with_php.html

On Thu, May 22, 2008 at 3:00 PM, andrej770 <[EMAIL PROTECTED]> wrote:

>   I am a newbie at Adobe Flex. I want to create a simple Address book
> in Flex using Mysql, and PHP. I want to be able to add, delete and
> update records from Datagrid and from a form. It has been hit and
> miss at finding a working solution; I've heard about amfphp, json,
> WebOrb, etc but haven't a clue on how to implement them with php,
> flex and Mysql; its all probably due to my newness. Links to
> solutions are fine. I prefer a coded example though if possible.
> The datagrid changes that are made should only update the Mysql
> database when I click an update button. It would be nice to pass the
> information from the datagrid to an array or object then to the
> database instead of directly. The information that is updated in the
> database should also only be the updated data and not the whole
> record.
>
> The database is as follows:
>
> DB: addresses
> table: contacts
> fields: fname, lname, addr1, addr2, city, st, zip, phone1, phone2,
> fax, emailaddr, memo
>
> Thanks
>
> 
>

Reply via email to