Hier meine config.php:
PHP Code:
<?php
$host = "db4free.net:3306";
$user = "**********";
$pw = "******";
$db = "bauarbeitertk";
mysql_connect("$host", "$user", "$pw");
mysql_select_db($db);
?>
Manchmal denke ich: