// No trailing slash on any of these
$base_path = "C:/Documents and Settings/Administrator/Desktop/Server/date";
$include_path = "C:/Documents and Settings/Administrator/Desktop/Server/date/include";
$base_url = "http://localhost/server/date";
// MySQL connection information, if you are unsure contact your ISP
$dbhost = "localhost";
$dbuser = "root";
$dbpasswd = "dbpass";
$dbname = "date";
// If your ISP only allows you a single MySQL database you may
What do i change the base_path,include_path and base_url to.. Its giving error. Pls help
Thanks
$base_path = "C:/Documents and Settings/Administrator/Desktop/Server/date";
$include_path = "C:/Documents and Settings/Administrator/Desktop/Server/date/include";
$base_url = "http://localhost/server/date";
// MySQL connection information, if you are unsure contact your ISP
$dbhost = "localhost";
$dbuser = "root";
$dbpasswd = "dbpass";
$dbname = "date";
// If your ISP only allows you a single MySQL database you may
What do i change the base_path,include_path and base_url to.. Its giving error. Pls help
Thanks















