first commit

This commit is contained in:
2024-04-19 14:04:41 +07:00
commit 014283036f
7282 changed files with 1324127 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
$con = mysql_pconnect("localhost","root","");
if (!$con){
die('Could not connect: ' . mysqli_error($connect));
}
mysql_select_db("siakoff", $con);
?>