Okay now my data is stored in SQL how do I get it back into FLASH
I am not that great at database stuff but I was able to make a form send the info to a php page and into an MySQL database. Now is there an easy way to import my data back in Flash and view it?
Its just like first name, last name, e-mail address stuff nothing complicated. Maybe Flash has a nice component that will make an easy to use note card system for each row of data. Or maybe flash has a dynamic table thingie for my data.
Any idea's on this?:confused:
Okay I think I get this but. . .
Thanks for the php code.
So we are limiting the results to one row of data at a time - right?
row = one row of data from first name on.
So now how can we
1. get a total number of rows. (how many people entered information)
2. have flash display the data. (again we need some sort of dynamic table or something)
3. It would be really nice to let people download an excel file of the data - like a report.
Any idea's?