I've exported a set of tables with several fields in each, most of those field are poplulated. Now, how would I use php to create those same tables, fields and populate them in another database? I know how to do it using phpmyadmin, but I want to be able to do it from an installation page script. Thanks
Jack