
Do installer an easy way
Set up config
Get your SQL Dump
then, in your installer, just do
PHP Code:<?php
require("config.php");
$dump = @file_get_contents("SQLdump.txt");
mysql_query($dump);
?>
Coming and going...
Highers are getting the better of me
Want to hide these adverts? Register an account for free!