Current Path : /webspace/www.alexishaulot.be/html/ |
Current File : //webspace/www.alexishaulot.be/html/config.php |
<?php $host="localhost"; $user="ah"; $pass="@lex!sH"; $db="ah"; $link = mysql_connect($host,$user,$pass) or die("Error connecting DB<br />".mysql_error()); mysql_select_db($db); ?>