first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$con = mysql_pconnect("localhost","root","");
|
||||
if (!$con){
|
||||
die('Could not connect: ' . mysqli_error($connect));
|
||||
}
|
||||
|
||||
mysql_select_db("siakdb", $con);
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user