mirror of
https://github.com/sigmasternchen/promash
synced 2025-03-15 07:48:57 +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');
|
|
?>
|