promash/connect.php
2014-03-07 19:45:30 +01:00

4 lines
100 B
PHP
Executable file

<?php
$connection = mysql_connect('localhost', 'promash', 'prof');
mysql_select_db('promash');
?>