mirror of
https://github.com/sigmasternchen/promash
synced 2025-03-14 23:38:58 +00:00
5 lines
100 B
PHP
5 lines
100 B
PHP
![]() |
<?php
|
||
|
$connection = mysql_connect('localhost', 'promash', 'prof');
|
||
|
mysql_select_db('promash');
|
||
|
?>
|