[flexcoders] Need Help Getting A Value Into My App Via Flex And Php

2010-04-23 Thread James
I know this may not be the place to ask about php but I thought people may have came across a similar problem. Basically the data for my app is stored in a mysql database table and what I need to do is get the auto increment value of this table into my app via a http request. I'm trying to make

Re: [flexcoders] Need Help Getting A Value Into My App Via Flex And Php

2010-04-24 Thread Haykel BEN JEMIA
Probably this has to do with the fact that you are setting the data type to xml but not outputting valid xml. Try with something like: echo "$next_increment"; Haykel Ben Jemia Allmas Web & RIA Development http://www.allmas-tn.com On Fri, Apr 23, 2010 at 10:49 PM, James wrote: > > > I know t