Rabu, 18 September 2013

PHP Indonesia - Facebook: [tanya]

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
[tanya]
Sep 18th 2013, 08:34, by זי סוטשינהאַ

זי סוטשינהאַ 8:34am Sep 18
[tanya]
<?php
include"koneksi.php";
$nis=$_GET['nis'];
$qrykoreksi=mysql_query("select * from siswa where nis='$nis' LIMIT 1");
$dataku=mysql_fetch_object($qrykoreksi);
list($tahun,$bulan,$tanggal) = explode('-',$dataku->tgl_lahir);
?>

Notice: Undefined index: nis in C:\xampp\htdocs\widyatama\koreksi-data.php on line 5
Notice: Trying to get property of non-object in C:\xampp\htdocs\widyatama\koreksi-data.php on line 8
Notice: Undefined offset: 2 in C:\xampp\htdocs\widyatama\koreksi-data.php on line 8
Notice: Undefined offset: 1 in C:\xampp\htdocs\widyatama\koreksi-data.php on line 8

makin puyeng aja nih... klo ane tambahin error_reporting(E_ALL^E_NOTICE); yg ada hasil'a nim gak munculd dalam form koreksi. kasih masukkan donk

Alfian Syaputra 8:37am Sep 18
$nis=isset($_GET['nis'])?$_GET['nis']:NULL;

זי סוטשינהאַ 9:08am Sep 18
kang masalah line 5 fixed, tetapi masalah pada line 8 yg gk teratasi

ADit Ya 9:16am Sep 18
tanya dlu,fungsi "explode" dsini apa?

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