Senin, 07 Oktober 2013

PHP Indonesia - Facebook: gan, buat desain web dari html menggunakan notepad...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Fun with Brazilian Portuguese

Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!
From our sponsors
gan, buat desain web dari html menggunakan notepad...
Oct 7th 2013, 07:14, by Gun'gun Noor Adiansyah

Gun'gun Noor Adiansyah 7:14am Oct 7
gan, buat desain web dari html menggunakan notepad bisa kan?? kalo nyambungin sama database php gimana?

Ichsan Setyo Nugroho 7:17am Oct 7
includ kan sja file koneksi nya yg isinya

<?php
$host="localhost";
$user="root";
$password="";
$dbname="tes";
mysql_connect($host,$user,$password) or die("KONEKS SEDANG DALAM MASALAH");
mysql_select_db($dbname) or die("DATABASE ERROR");
?>

Abu Unaisah Setianto 7:20am Oct 7
http://www.w3schools.com/php/php_mysql_connect.asp

Solin Aee Laugghh 7:23am Oct 7
nyimak... seperti yang saya pikirkan :)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar