PDA

View Full Version : ActionScript: Connecting to a dbf file from Flash form


agwl_nupur
05-05-2004, 01:28 AM
I have a form in flash and i want to load data from a dbf file into it. HOw can I do this?

Any ideas?????

cobo
05-05-2004, 09:09 AM
use php/mySQL statement to read out of db.
create an echo in php just like

echo "formtxt1=".yourDbVariable."&";

cobo