Simple Machines Community Forum

General Community => Scripting Help => Topic started by: jrcarr on October 27, 2006, 06:03:24 PM

Title: uploading a sql schema to a database with PHP
Post by: jrcarr on October 27, 2006, 06:03:24 PM
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