mirror of
https://github.com/sigmasternchen/webchat
synced 2025-03-15 07:58:53 +00:00
4 lines
106 B
PHP
4 lines
106 B
PHP
<?php
|
|
$connection = mysql_connect("localhost", "chat", "passwort");;
|
|
mysql_select_db("chat");
|
|
?>
|