Door System/config.php: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(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); 

?>