Senin, 09 September 2013

PHP Indonesia - Facebook: gan, ini kenapa ya ? muncul error : Notice: Use of...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
gan, ini kenapa ya ? muncul error : Notice: Use of...
Sep 10th 2013, 05:21, by Teddy Novanda

Teddy Novanda 5:21am Sep 10
gan, ini kenapa ya ?
muncul error :
Notice: Use of undefined constant topik - assumed 'topik' in C:\xampp\htdocs\toeflearn\nilaiakhir.php on line 21

Notice: Undefined variable: row in C:\xampp\htdocs\toeflearn\nilaiakhir.php on line 21

Pengaturan Privasi 5:25am Sep 10
$row didapat dari mana?

Prima Negara 5:28am Sep 10
haru pkek tanda petik di [topik]

Teddy Novanda 5:30am Sep 10
tinggal error ini gan : Notice: Undefined variable: row in C:\xampp\htdocs\toeflearn\nilaiakhir.php on line 21

Teddy Novanda 5:30am Sep 10
Pengaturan Privasi berarti row nya harus didefinisikan ya gan ?

Ibenx Sisare 5:34am Sep 10
setiap['isi']; tambahin aja petik gan bener kata agan prima

Teddy Novanda 5:38am Sep 10
udah gan, muncul error ini : Notice: Undefined variable: row in C:\xampp\htdocs\toeflearn\nilaiakhir.php on line 21

Ibenx Sisare 5:41am Sep 10
g keliatan gan scriptnya kaya gimna jd g tw kesalahannya apa krna g keliatan scriptnya ^_^

Teddy Novanda 5:42am Sep 10
ini gan scriptnya:

Teddy Novanda 5:42am Sep 10
<?php
include "connection.php";
session_start();
$nama = $_SESSION['nama'];
if ($row['topik']=='structure')
{$kuery = "INSERT INTO report_toefl (nama,structure) VALUES ('$nama','$jumlahbenar')";
$hasil = mysql_query($kuery);
echo"Skor structure anda sudah tersimpan dalam database kami<BR>";
echo("<A HREF='part_b_petunjuktes.php'>Mulai tes reading</A>");}
else
{$kuery = "INSERT INTO report_toefl (nama,reading) VALUES ('$nama','$jumlahbenar')";
$hasil = mysql_query($kuery);
echo"Skor reading anda sudah tersimpan dalam database kami<BR>";
echo("<A HREF='part_c_petunjuktes.php'>Mulai tes listening</A>");}
?>

Mas Ry 5:43am Sep 10
variabel $row darimana dapetnya?

Ibenx Sisare 5:43am Sep 10
iya gan itu di dapet dari mana? klo $_POST bisa jadi

Pengaturan Privasi 5:43am Sep 10
ya iya dong,,,, $row harus di definisikan dulu,, kalau nggak, mau [key] nya di kasih petik atau nggak,, tetep akan error menuju ke $row dulu,,,

Teddy Novanda 5:44am Sep 10
contoh definisinya ke dalam coding gimana gan ?

Ibenx Sisare 5:44am Sep 10
perbedaan petik dan g itu haya PHP 4 dan 5 saja tapi klo $row itu biasanya di ambil dari row or array yg sudah di definisikan dari query yg dibuat gan ^_^

Teddy Novanda 5:53am Sep 10
ane bingung gan cara mendefinisikan row nya,,

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: Gan klo pakai fungsi json_encode() kira-kira forma...

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/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
Gan klo pakai fungsi json_encode() kira-kira forma...
Sep 10th 2013, 05:28, by Hendri Prayugo

Hendri Prayugo 5:28am Sep 10
Gan klo pakai fungsi json_encode() kira-kira format array yg hasilnya ouputnya seperti dibawah gimana yah ? agak sedikit bingung munculin tanda "[..]"
{
"Marker": [
{"latitude": "31.42866311735861", "longitude":"-98.61328125", "icon": "img/house.png", "baloon_text": 'This is <strong>Texas</strong>'}
]
}

Zeroo 5:30am Sep 10
coba diginikan gan,
var_dump(json_decode("{
"Marker": [
{"latitude": "31.42866311735861", "longitude":"-98.61328125", "icon": "img/house.png", "baloon_text": 'This is <strong>Texas</strong>'}
]
}"));

Fazrin Mayer 5:31am Sep 10
nah tuh,, baru mau post :3
http://php.net/manual/en/function.json-decode.php

Hendri Prayugo 5:34am Sep 10
sip2 gak kepikiran klo di decode bkal ketahuan carae #FaktorGadang

Hendri Prayugo 5:55am Sep 10
"[..]" dah oke gan tv setelah sebelum tanda "/" malah muncul "\"
jadi hasilnya
{"Marker":[{"latitude":"31.42866311735861","longitude":"-98.61328125","icon":"img\/house.png","baloon_text":"This is Texas<\/strong>"}]}
encodenya bisa di custom gak yah?

Hendri Prayugo 6:00am Sep 10
hehe solved gan tinggal ditambah JSON_UNESCAPED_SLASHES

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: ASK gan gimana ya ngubahnya agar beberapa textfie...

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/ 
How to Get into Medical School

A tested blueprint to approach the daunting admissions process with both confidence and success! Enroll in this online course for just $29.
From our sponsors
ASK gan gimana ya ngubahnya agar beberapa textfie...
Sep 10th 2013, 05:30, by Gunawan Frincencius

Gunawan Frincencius 5:30am Sep 10
ASK

gan gimana ya ngubahnya agar beberapa textfield saja kalau perintah di bawah ini menghapus semuanya

$('#fm').form('clear');

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: Bro & Sis ...ane mo tanya nih, ane khan punya scri...

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/ 
Online retail made easy.

With everything you need to start selling online today, Shopify is perfect for beginners & experts alike, providing a complete solution to create your online store.
From our sponsors
Bro & Sis ...ane mo tanya nih, ane khan punya scri...
Sep 10th 2013, 04:12, by Ovix Dodon

Ovix Dodon 4:12am Sep 10
Bro & Sis ...ane mo tanya nih, ane khan punya script untuk validasi email untuk mengecek kebenaran top domainya, nah klo ane running di localhost bisa ...tapi pas ane coba running di domain, koq gak bisa yah ....nih scriptnya http://pastebin.com/Ee3BQxGH
NB : Ane pake freehosting www.000webhost.com

Reevinks Go 4:29am Sep 10
ga tiap webhosting bs... agan cb yg versi free dr 000webhost kan? wjar g bsa... krena traffic outside g dksih utk versi free, pke idhostinger aj, fiturny udh bgus bt yg free

Ovix Dodon 4:34am Sep 10
Ooo ...gitu, pantesan klo dipake di localhost bisa ...selama konek ke inet sih. Tadi ane udh otak-atik parameter checkdnssr nya, ternyata pas dirubah jadi 'NS' udh bisa sekarang ...thx responnya :)

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: Masta sya mau tanya,,, gmna cranya ketika login ki...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
Masta sya mau tanya,,, gmna cranya ketika login ki...
Sep 10th 2013, 04:23, by Adhly Victory

Adhly Victory 4:23am Sep 10
Masta sya mau tanya,,, gmna cranya ketika login kita input data, trus tampil... trus logout.. nah pas kita login lagi data yg kita input tadi tidak tampil, seolah" kita buka page baru,.... gmn..?

#mohon pencerahannya yah para masta" PHP

Rahadian Bisma 4:27am Sep 10
lha di database masuk ga??
mungkin belum di commit di database

Adhly Victory 4:35am Sep 10
udh msuk.. pas login kmbali data yg tdi di input gk tampil..

Rahadian Bisma 4:36am Sep 10
mungkin ada sql yang menghapus di script mu. coba cek

Andi Malik Rizki Maula 4:37am Sep 10
maksudnya pengen supaya datanya ilang setelah logout? simpen aja datanya di session atau di cookie

Firdaus Bahar 4:46am Sep 10
setiap logout lakuin penyimpanan data pada session, ato lgsung ke database

terus
setiap login kosongkan saja textfieldnya, kalo butuh data yang tadi tinggal panggil di session ato database, simpel :D

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: [Ask][Fancybox] Pagi gan, ane mau tanya tentang fa...

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/ 
Mobile Game Development Course

Learn how to create awesome HTML5 games that run on iPhone, iPad, Android and Desktop! Sign up today for this $99 online course.
From our sponsors
[Ask][Fancybox] Pagi gan, ane mau tanya tentang fa...
Sep 10th 2013, 03:13, by Taufik Ramadhan

Taufik Ramadhan 3:13am Sep 10
[Ask][Fancybox]
Pagi gan, ane mau tanya tentang fancybox,
Kok gambar nya tampilnya dua" gitu yaah, padahal di database cuma 1 gan?

Zafran Fadilah 3:14am Sep 10
di script eachnya kali gan..

Reevinks Go 3:18am Sep 10
thumbnail kah?

Taufik Ramadhan 3:20am Sep 10
iya gan,,
thumbnail gan, ane gabungin sama bootstrap..
gimana tuuh gan ?
punya solusinya ?

Reevinks Go 3:22am Sep 10
jgn2 thumbnailny cache jg?

Taufik Ramadhan 3:23am Sep 10
maksudnya gan ?
soalnya ane baru pake bootstrap, jadi rada kurang ngerti jg -_-

Heruno Utomo 3:24am Sep 10
copy paste kah ... di cek lagi ehehehe script nya

Reevinks Go 3:24am Sep 10
agan bt script t thumbnailny d cache kah? atw generate dr image asliny?

Taufik Ramadhan 3:38am Sep 10
kalo image ane generate dari databse gan

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