First commit based on v0.1
This commit is contained in:
4
dbconnect.php
Normal file
4
dbconnect.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
mysql_connect($mysql_host,$mysql_username,$mysql_password);
|
||||
mysql_select_db($mysql_dbname);
|
||||
?>
|
||||
Reference in New Issue
Block a user