promash/connect.php

5 lines
100 B
PHP
Raw Permalink Normal View History

2014-03-07 18:45:30 +00:00
<?php
$connection = mysql_connect('localhost', 'promash', 'prof');
mysql_select_db('promash');
?>