by leonard on Thu Jan 24, 2008 3:02 pm
OK, if I understand you correctly, you are in the following situation:
What you have:
- a SQL-dump file of a forum (exported from a working forum where you have access to the database)
- the software-code (PHP) of the original forum.
What you want:
- modify the the original software code to have a more user-friendly install-page and use the exported SQL-dump as base for the installation.
Well, there is no definite answer to your question, because it all depends on the prerequisites of the forum-software and the exact contents of your SQL-dump file. Basically you can use the SQL file as template and substitute all the dynamic stuff needed for the installation.
For this, there is almost no way around learning SQL, because normally software, such as a PHP-forum also needs initial-data and uses table-prefixes etc., which would be statically in your SQL-dump.
cheers
- leonard
:%s/^M//
There are 10 kinds of people:
Those who understand binary and those who don't.