landingpage/extras/include.php
2016-05-26 04:04:52 +02:00

7 lines
153 B
PHP

<?php
header('Content-Type: text/html; charset=iso-8859-1');
$con = mysql_connect("localhost","extras","extrauser");
mysql_select_db("forum", $con);
?>