Hey,
When I upload a website to xxamp, i get the following error:
Notice: Use of undefined constant Host - assumed 'Host' in C:\xampp\htdocs\secure\config.php on line 14
Line 14:
$_MYSQL[Host] = "localhost";
When I Change the $__MYSQL[Host] to $__MYSQL['Host'] it works.
But then I need to change it all..
So does anyone know how to fix it?
Sorry for bad english.
Jeffrey,


Reply With Quote


