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