Sökningen fann 1 träff
- 2012-01-15 22:46
- Kategori: 3.0.x - MODdar
- Tråd: Databaskoppling funkar inte
- Svar: 1
- Visningar: 3442
Databaskoppling funkar inte
Klistrade in config direkt i koden: <?php
if($_SERVER['REQUEST_URI'] == "/connectdb.inc.php") {
header("Location: index.php");
die(); // Added so no additional codes is executed after redirect
}
$dbhost = ''XXXXXXXXXX;
$dbuser = 'xxXxXXXXX;
$dbpass = 'XXXXx';
$dbname = 'xXXX-XXXXx ...
if($_SERVER['REQUEST_URI'] == "/connectdb.inc.php") {
header("Location: index.php");
die(); // Added so no additional codes is executed after redirect
}
$dbhost = ''XXXXXXXXXX;
$dbuser = 'xxXxXXXXX;
$dbpass = 'XXXXx';
$dbname = 'xXXX-XXXXx ...
