Door System/config.php: Unterschied zwischen den Versionen
Naxx (Diskussion | Beiträge) Die Seite wurde neu angelegt: <pre> <?php // // Metalab KEKS // this is the configuraton file for the database access // $mysql = mysql_connect("127.0.0.1","usergoeshere","passwordgoesher... |
(kein Unterschied)
|
Aktuelle Version vom 18. April 2008, 17:15 Uhr
<?php
//
// Metalab KEKS
// this is the configuraton file for the database access
//
$mysql = mysql_connect("127.0.0.1","usergoeshere","passwordgoeshere");
mysql_select_db("dbgoeshere",$mysql);
?>