engelsystem/default-conf/var_www_includes/config_db.php

7 lines
178 B
PHP
Executable File

<?php
include("funktion_db.php");
$con = mysql_connect("localhost", "root", "changeme") or die ("connection failed");
$sel = mysql_select_db("tabel") or die (mysql_error());
?>