webchat/connect.php

5 lines
106 B
PHP
Raw Normal View History

2015-02-12 17:45:49 +00:00
<?php
$connection = mysql_connect("localhost", "chat", "passwort");;
mysql_select_db("chat");
?>