webchat/connect.php
overflowerror 793ed0c550 commit!
2015-02-12 18:45:49 +01:00

4 lines
106 B
PHP

<?php
$connection = mysql_connect("localhost", "chat", "passwort");;
mysql_select_db("chat");
?>