Kamis, 19 September 2013

PHP Indonesia - Facebook: ASK mau tanya percobaan saya terjadi masalah pada...

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/ 
Curious about BaaS?

Get the full feature comparison in our free eBook comparing the time to create your own cloud backend to a Backend as a Service like Kinvey.
From our sponsors
ASK mau tanya percobaan saya terjadi masalah pada...
Sep 20th 2013, 03:24, by Nanang Ramadhani

Nanang Ramadhani 3:24am Sep 20
ASK
mau tanya percobaan saya terjadi masalah pada file db.php baris ke 6 padahal saya rasa sudah benar penulisan fungsi connect_db nya berikut codenya :<?php
$db_hostname="localhost";
$db_username="root";
$db_password="";
$db_name="data";
funtion connect_db()
{
global
$db_hostname,$db_username,$db_password,$db_name;
mysql_connect($db_hostname,$db_username,$db_password);
mysql_select_db($db_name);
}
?>
setelah saya klik kirim muncul pesan error :

Dimas Edubuntu Samid 3:26am Sep 20
funtion connect_db() kurang huruf C . Ubah jadi begini

function connect_db()

Kist Tanto 3:28am Sep 20
Coba semua varianle masukin ke dalam fungsi...

Dadi Abdul Hadi 3:29am Sep 20
kata funtion

Akhmad Ghozien 3:32am Sep 20
funtion diubah jadi function

Rizky Aslamu 3:35am Sep 20
kurang huruf c tu...

Nanang Ramadhani 3:35am Sep 20
sudah saya tambah huruf c tp hasilnya sama

Dadi Abdul Hadi 3:40am Sep 20
reload, buka tab baru coba

Dadi Abdul Hadi 3:40am Sep 20
ctrl+s

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