Okay, so I'm doing some things on a Php page ( obviously ), and here's the code...
<?php
// Base Database
$dbhost = "localhost";localhost // Base Table host
$dbuname = "root";root // Base Table login
$dbupass = "pass";REMOVED // Base Table login password
$dbname = "ncdb";ncdb // Base table name
// Destination Database
$dbhost_destination="localhost"; // Destination Table host
$dbuname_destination="root"; // Destination Table login
$dbupass_destination="pass";REMOVED// Destination Table login password
$dbname_destination="dbname";ncdb2 // Destination Table name
// Dump transformation querys into file for debugging purpuses
$GENERATE_SQL_FILE = 0; // 1 To enable, 0 to disable.
$GENERATE_SQL_FILE_NAME = "../Destination.sql"; // Output file name.
?>
And the error would be here....
Parse error: syntax error, unexpected T_VARIABLE in C:\AppServ\www\web installer\include\config.inc.php on line 4