I am trying to install a php script on a windows system using XAMPP,
but before installing it ,I have to configure the script accordng to my xampp configuration
this is what the scripts config file wants:
// Begin Configuration
$config['basedir'] = 'C:\xampp\htdocs\myscript\';
$config['baseurl'] = 'http://127.0.01/myscript';
$DBTYPE = 'mysql';
$DBHOST = 'localhost';
$DBUSER = 'root';
$DBPASSWORD = 'root';
$DBNAME = 'myscript';
// End Configuration
Now my problem is when i am setting the above config it showing me error,
someone please tell me that what i have to specify in basedir & baseurl