first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php $singabaja='http://10.10.123.72'; ?>
|
||||
<center><img id='blah1_dok<?php echo $idfile; ?>' class='thumbnail img-responsive' style="max-width: 100%; height: auto;"
|
||||
src='<?php echo $singabaja; ?>/app/nodin/input/dok/DSC07683.JPG'
|
||||
/>
|
||||
</center>
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
|
||||
$conn = pg_connect("host=10.10.123.72 port=5432 dbname=singabaja user='root'
|
||||
password='rumbuk'");
|
||||
|
||||
|
||||
if ($conn->connect_error) {
|
||||
die("Connection failed: " . $con->connect_error);
|
||||
|
||||
} else {echo "sukses";}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user