Membuat koneksi database dengan PHP dan MySQL sangatlah mudah.
Ini source kodenya:
Ojo nganti lali !!!
:D
Ini source kodenya:
<?phpGampang to??
$host = "localhost";
$username = "vatkur";
$password = "";
$database = "vatkurdb";
$connect = mysql_connect($host,$username,$password)or die("Can not connected to server because ".mysql_error());
mysql_select_db($database, $connect)or die("Can not connected ro database because ".mysql_error());
?>
Ojo nganti lali !!!
:D
Mungkin kamu tertarik, Baca juga yang ini!!
PHP
MySQL
Tutorial
- Cara Install Dropbox di Linux Mint/Ubuntu / How to Install Dropbox on Linux Mint/Ubuntu
- Video Tutorial - DHCP Debian 5
- Video Tutorial - Samba Debian 5
- Video Tutorial - NTP Debian 5
- Video Tutorial - Proxy Debian 5
- Video Tutorial - FTP Debian 5
- Video Tutorial - MailServer Debian 5
- Video Tutorial - WebServer Debian 5
- Video Tutorial - DNS Debian 5
- Video Tutorial - IP Address & Routing Debian 5
- Video Tutorial - Menginstall Debian 5
- Auto Source/Sumber url saat artikel kita di copas
- Membuat WebHosting Sendiri | Tools
- Install DHCP di Debian 6.0.5
- Install SSH di Debian 6.0.5
- Konfigurasi Router Debian 6.0.5
- Konfigurasi IP Address Debian 6.0.5
- Install Debian 6.0.5 versi CLI
- Cara setting Modem SmartFren Ce682 di Linux Mint / Ubuntu
- Cara cepat Menghitung Subnet Mask, Network Address dan Host
- How to get VirtualBox on Linux / Cara dapetin VirtualBox di Linux
- Get LAMP with one Simple Command
- Rumus Mengubah IPv4 jadi IPv6
Loading...
0 comments:
Post a Comment