Old stuff/old_sites/www/connect.php
(Deskargatu)<?
$serv = "localhost";
$db = "blog";
$user = "www";
$pass = "oLZ6PrS";
mysql_connect($serv,$user,$pass)or die("ERREUR A LA CONNECTION<br>".mysql_error());
mysql_select_db($db) or die("ERREUR A LA SELECTION<br>".mysql_error());
?>