How to bring back result of simple database query. I call sendquery.php file. Result of this php file can be variable or text. Now when I use like
return $result - Flex see this like "array", literaly not array with data,just debug show that result="array" If i force php file to make output like echo "$result" i get string of values, I manage to pass this to flex but this is not array again it is one string. What can I do, I wanted to populate listbox from database and I need just like category list Any Idea?? thx for help -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

