Mar 17th, 2009, 8:14 AM
I only modified my config file. This is what worked for me, I am using xampp on windows:
PHP Code:
<?php
// main program paths - no trailing slashes!
$g_root_url = "http://111.222.33.444//xampp/formtools";
$g_root_dir =
"C:\\xampp\htdocs\\xampp\\formtools";
// database settings
$g_db_hostname = "localhost";
$g_db_name = "customers";
$g_db_username = "root";
$g_db_password =
"";
$g_table_prefix = "ft_";
?>