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