<html>
<head>
<title>
Koneksi Databases
</title>
</head>
<body>
<?php
$host="localhost"; //This script connects us with the local host
$user="sandroid"; //this as a user that I use can be replaced...
$pass=" "; //I purposely empty password, but most also are emptied:)
mysql_connect($host, $username, $password) or die ("koneksi gagal dilakukan:". mysql_error());
echo "koneksi sukses";
?>
</body>
Search
Categories
Archives
-
▼
2011
(11)
-
▼
Desember
(11)
- Lyrik Yellow Card_Only One
- HTML Script in PHP
- Exercise Creating Functions for PHP
- Create_Database PHP
- Example Script PHP Connect to Database
- Program AVL Tree C++
- Ucapan Tahun Baru Shinen Omodetou Gozaimasu
- Source Code Program Bus Queue C++
- Basic Array Example Program
- sample program Queue
- What's Superskalar..???
-
▼
Desember
(11)