Sabtu, 21 September 2013

PHP Indonesia - Facebook: function get_kode($username,$password) { $this->db...

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/ 
function get_kode($username,$password) { $this->db...
Sep 22nd 2013, 05:53, by Fakhrunnisa Fauziah Lbl

Fakhrunnisa Fauziah Lbl 5:53am Sep 22
function get_kode($username,$password)
{
$this->db->where(array('username'=>$username,'password'=>$password));
$query=$this->db->get('t_user');
foreach ($query->result() as $row)
{
$hasil=$row->kode_petugas;
return $hasil;
}
}

A PHP Error was encountered

Severity: Notice

Message: Undefined property: stdClass::$kode_petugas

Filename: models/m_login.php

Line Number: 44 (yang kode_petugas)
harusnya gimana? :o

Dimas Edubuntu Samid 5:56am Sep 22
error tersebut menunjukkan bahwa tidak ada kolom kode_petugas cek di tabelnya lagi mba / mas atau bisa juga querynya bernilai null / empty tanpa ada validasi data dulu dan dipaksa untuk menampilkan data. :)

ASOLOLE JOSSSSSSSSSSSSSSSSSSS

Fakhrunnisa Fauziah Lbl 6:20am Sep 22
iya null, harusnya not null ?

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

PHP Indonesia - Facebook: kalau ky gni knpa ya Could not connect: Access de...

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/ 
kalau ky gni knpa ya Could not connect: Access de...
Sep 22nd 2013, 05:58, by Jaenudin

Jaenudin 5:58am Sep 22
kalau ky gni knpa ya
Could not connect: Access denied for user 'root'@'localhost' (using password: NO)

Khairul Azam 6:01am Sep 22
mysql_connectnya gan

Khairul Azam 6:02am Sep 22
mysql_connect("localhost","root","?????"); ????= isi pake password

Jaenudin 6:04am Sep 22
udh di isi gan tp msh ky gtu

Joojo Linux 6:05am Sep 22
klo udah di hosting root diganti nama server bgitu juga pass dbnya juga

Jaenudin 6:07am Sep 22
udh tp msh ky gni Could not connect: Access denied for user 'root'@'localhost' (using password: YES)

Khairul Azam 6:08am Sep 22
gini gan klo tulisannya (using password: YES) artinya sql gk ada passwordnya tp script ente kamu kasih password & sebaliknya..dan password itu sama spt phpmyadmin..CMIIW

Khairul Azam 6:09am Sep 22
oalah udah di hosting...kamu cek di ftp detail

Jaenudin 6:10am Sep 22
<?php
ob_start();
$dbserver="localhost";
$dbusername="root";
$dbpassword="";
$dbname="sekolah";

mysql_connect($dbserver,$dbusername,$dbpassword) or die(mysql_error());
mysql_select_db($dbname) or die (mysql_error());
?>

Jaenudin 6:11am Sep 22
aph hrus di gnati y db servernya jgn localhost

Khairul Azam 6:17am Sep 22
koneksinya sdh benar gan..masalahnya di password..td tkcoba matikan mysql tp errornya gk gitu..klo ke phpmyadmin passwordnya gmn?

Jaenudin 6:19am Sep 22
ini gan ane coba pke hosting Idhostinger pas di coba di php admin mh bs tp pas ane upload ke idhostinger malh ky gtu

Khairul Azam 6:23am Sep 22
gini gan, klo web dr localhost dihosting 100% ane yakin localhost,root sm passwordnya berubah..coba cek di ftp detail

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

PHP Indonesia - Facebook: Mau nanya master klo mau bikin link dan langsung m...

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/ 
Mau nanya master klo mau bikin link dan langsung m...
Sep 22nd 2013, 06:00, by Khairul Azam

Khairul Azam 6:00am Sep 22
Mau nanya master klo mau bikin link dan langsung mengarah ke kontent tanpa refresh di google keywordnya apa? misal ada <a class="panel1" href="#">1</a> <a class="panel2" href="#">2</a> dst..nah klo diklik mengarah ke <div id="panel1">konten dr link panel1</div><div id="panel2">konten dr link panel2</div> dst di 1 file..thnks

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

PHP Indonesia - Facebook: gimana cara ngatasin session error ini ada sempeln...

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/ 
gimana cara ngatasin session error ini ada sempeln...
Sep 22nd 2013, 06:05, by Coki Widodo

Coki Widodo 6:05am Sep 22
gimana cara ngatasin session error
ini ada sempelnya
http://question.besaba.com/
nik :123
pass : widodo
jangan dirubah yau password akunya kalo login hihihihi =D

Agus Setiawan 6:12am Sep 22
"Function session_register() is deprecated".

Fathur Rohman 6:13am Sep 22
walah, mending kasih skrinsyut aja Om. pake $_SESSION aja..

Candra Handaka 6:23am Sep 22
ini makai php versi berapa ya gan?

Coki Widodo 6:30am Sep 22
PHP Version 5.3.8

Candra Handaka 6:33am Sep 22
kyaknya bnar juga kata mas fathur, mending kasih screenshoot errornya dlu

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

PHP Indonesia - Facebook: Ada yang salah gak sih... $sql="CREATE TABLE Per...

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/ 
Ada yang salah gak sih... $sql="CREATE TABLE Per...
Sep 22nd 2013, 06:20, by Koopi Themaster Ofhtml

Koopi Themaster Ofhtml 6:20am Sep 22
Ada yang salah gak sih...

$sql="CREATE TABLE Persons(FirstName CHAR(30),LastName CHAR(30),Age INT)";

Table berhasil dibuat tapi Firstname dan lastname gak berhasil kebuat.??

Koopi Themaster Ofhtml 6:24am Sep 22
Up

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

PHP Indonesia - Facebook: {URGENTLY REQUIRED} LOKER : -dibutuhkan 3 Junior P...

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
{URGENTLY REQUIRED} LOKER : -dibutuhkan 3 Junior P...
Sep 22nd 2013, 04:48, by Edy Zragentina Subandono

Edy Zragentina Subandono 4:48am Sep 22
{URGENTLY REQUIRED} LOKER :
-dibutuhkan 3 Junior Programmer dengan spesifikasi sbb:
1. Menguasai PHP Framework CI.
2. Bisa bekerja sebagai team dan mandiri
3. Domisili Jakarta & Sekitar
4. Pria/Wanita Lulusan Min D3 IT
yang memenuhi syarat & Berminat silahkan email CV anda ke edy.s@bengkel-ict.com dan cc ke edy.subandono@gmail.com

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

PHP Indonesia - Facebook: Maaf gan kalau fungsi Filezilla th buat apa yah? a...

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/ 
The Best Way to Manage your Money.

Start using Mint today to set a budget, track your goals and do more with your money.
From our sponsors
Maaf gan kalau fungsi Filezilla th buat apa yah? a...
Sep 22nd 2013, 05:33, by Iyus Maulus Taufiq

Iyus Maulus Taufiq 5:33am Sep 22
Maaf gan kalau fungsi Filezilla th buat apa yah? apa untuk menguplod website buatan kita k internet?

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

PHP Indonesia - Facebook: ingin membantu saja, kalau ada yang kesulitan skri...

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/ 
Want free Kindle ebooks?

Sign up to receive the best freebie Kindle ebook deals in your email every day.
From our sponsors
ingin membantu saja, kalau ada yang kesulitan skri...
Jul 25th 2013, 15:21, by Anton Wahyu Pramono

Anton Wahyu Pramono 3:21pm Jul 25
ingin membantu saja, kalau ada yang kesulitan skripsi / TA terkait PHP dan butuh teman diskusi, silahkan kontak saya. terima kasih. #just.wanna.help

Septi Indri 3:28pm Jul 25
Pernah buat advanced search ga

Anton Wahyu Pramono 3:29pm Jul 25
#hiks belum, advanced search itu apa ya maksudnya?

Hardian Hartato 3:38pm Jul 25
@anton : koq fb agan ga bisa di add???

Anton Wahyu Pramono 3:38pm Jul 25
silahkan

Anton Wahyu Pramono 3:40pm Jul 25
tapi untuk belajar bareng bareng bisa di sini koq..

Hardian Hartato 3:42pm Jul 25
cma bsa di follow y fbny?

Rully Ramanda 3:46pm Jul 25
nti klo saya ada kesulitan skripsi, saya akan minta bantuan agan

Anton Wahyu Pramono 3:48pm Jul 25
ndak koq, bisa diadd, silahkan mas ruli.. saya cuman bantu bantu sharing koq.. dilanjut..

Gunawan 2:52am Sep 22
Bang ada saran judul TA ga, ane lg bgg nih ?sdangkan yg sya lumyan paham tentang PHP.

Hafidz Rachmat Riandi 3:11am Sep 22
Gan udah pernah buat GIS ?

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