static.wiai.de/extras/include.php

7 lines
153 B
PHP
Executable File

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