Door System/config.php
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Version vom 18. April 2008, 17:15 Uhr von 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...)
<?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); ?>