ipreg/dbconnect.php

4 lines
105 B
PHP

<?php
mysql_connect($mysql_host,$mysql_username,$mysql_password);
mysql_select_db($mysql_dbname);
?>