mirror of
https://github.com/sigmasternchen/webchat
synced 2025-03-14 23:49:03 +00:00
5 lines
106 B
PHP
5 lines
106 B
PHP
![]() |
<?php
|
||
|
$connection = mysql_connect("localhost", "chat", "passwort");;
|
||
|
mysql_select_db("chat");
|
||
|
?>
|