Re: [flexcoders] Easiest way to connect to mysql?

2005-08-09 Thread Niklas Richardson
Hi there, You will need to use a server side technology, like Java, ASP, CF, PHP to integrate with a MySQL database. You can then use HTTP, WebServices or RemoteObjects to integrate between Flex and your server side. The Flex docs and also the Flex book have information on how to use the above

[flexcoders] Easiest way to connect to mysql?

2005-08-07 Thread pioplacz
Hi folks! Im looking for a easiesway to get data from database and add data into it. At the moment i'm receving data my getting xml output by php file and adding data same simple way like in html. But is there any easiest way to get it all working? Would be really nice!!