start copy from cimac web
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
//dependent dropdown in php Database Connection
|
||||
$conn = new mysqli('localhost', 'u00wiumd4xnrd', 'ukowysga7w5x', 'dbcov4clvrmrzn');
|
||||
if ($conn->connect_error) {
|
||||
die("Connection failed: " . $conn->connect_error);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user