Sabtu, 27 Juli 2013

PHP Indonesia - Facebook: [Tanya] pengganti Buat history.go(-3) untuk menam...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[Tanya] pengganti Buat history.go(-3) untuk menam...
Jul 28th 2013, 04:26, by Iswanto Nugroho

Iswanto Nugroho 4:26am Jul 28
[Tanya]

pengganti Buat history.go(-3) untuk menampilkan ke Menu.php gmn yach ? Kalo saya ruba pesanya ga muncul...!!
echo "<script>alert('No DO : $Ambi_DO '); history.go(-3); </script>";

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: UNDANGAN Kepada Seluruh KOMUNITAS OPEN SOURCE : ==...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
UNDANGAN Kepada Seluruh KOMUNITAS OPEN SOURCE : ==...
Jul 28th 2013, 04:31, by Suro Dhemit

Suro Dhemit 4:31am Jul 28
UNDANGAN Kepada Seluruh KOMUNITAS OPEN SOURCE :
============================================


Borok Paradigm 4:33am Jul 28
amazing

MI YO 4:51am Jul 28
Fantastic

Pratama Nur Wijaya 4:57am Jul 28
ini rangenya di alun2 klaten itu yah,...??

kalo iya besok bisa mampir kalo mudik ke klaten.. :D

Satrio Ieyok Subroto 4:59am Jul 28
Bresin aja dulu.. koneksi nya... ISP Sering ga resolve ke website tertentu.. malah bikin proyek lain.

Johan Cielers 5:35am Jul 28
palingan juga lemod koneksinya :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: [WTA] Aloo para mastah, saya mau tanya tentang NES...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[WTA] Aloo para mastah, saya mau tanya tentang NES...
Jul 28th 2013, 04:42, by Widhiarta Aditif

Widhiarta Aditif 4:42am Jul 28
[WTA] Aloo para mastah, saya mau tanya tentang NESTED QUERY (INSERT & SELECT) dalam PHP
Begini saya punya skrip yang dibuat dalam bentuk prosedural dan membutuhkan perulangan kompleks SELECT, INSERT + RANDOM data
Kenapa saya buat prosedural?
Karena kalo pake OOP, prosesnya lumayan amat sangat berat dan banyak data yang hilang alis hanya terproses sebagian...
APalagi klo pake PDO, => GATOT! RTO!
Pertanyaannya...
Apakah skrip ini bisa di optimasi dengan INSERT MULTIPLE NESTEDnya SQL,
permasalahan: INSERT data mengambil dari banyak table yang berbeda
apalagi katanya bentar lagi fungsi mysql_ dalam PHP DEPRECATED maximal mungkin cuma bisa pake mysqli_
PDO? lupakan..alasan bisa dibaca diatas.
Mohon analisisnya para mastah, mana saja baris yang bisa di optimasi...

Sedikit informasi: Kode berikut berupa algoritma, jadi saya ambil yg sederhana saja untuk dicari solusinya
--------------------------
Jumlah looping
database = 2
foreach = 2
jml table = 5
jml select = 5
jml insert = 3
--------------------------
Berikut baris kodenya.
--------------------------

select(data1) from table1 where GET_ID1;
if(TRUE){
data1;

select(data2) from table2 where GET_ID1;
while(TRUE){
arraydata2[];
}

select(data3) from table3 order by ID desc;{
data3;
}

data3++;

insert into table3 (data3, GET_ID1, IDX);

random arraydata2;

foreach (arraydata2 as data2){

select (data4) from table4 order by ID desc;{
data4;
}

data4++;

insert into table4 (data4, data3, data2);

select data5 from table5;
while(TRUE){
arraydata5;
}

random arraydata5;

foreach(arraydata5 as data5){
insert into table6 (data4, data2, data5);
}
}
}

--------------------------
http://pastebin.com/97QTd7ND

Widhiarta Aditif 4:44am Jul 28
Ralat: Jml Table: 6

Konglie Huang 4:44am Jul 28
itu while(true){ ... }, kapan selesainya?

Widhiarta Aditif 4:45am Jul 28
kan ambil dari DB mastah, jadi klo datanya abis ya berhenti

Konglie Huang 4:46am Jul 28
itu script yang pseudo yang mana, yang real yang mana?

Widhiarta Aditif 4:48am Jul 28
itu smua syntax only, yg penting alur kerja algoritmanya dapet mastah

Widhiarta Aditif 4:49am Jul 28
silahkan dicek penjelasan saya diatas sebelum cek syntax

Awal Sams U 4:52am Jul 28
JAdi puing sendiri kalau baca source orang lain...

Awal Sams U 4:52am Jul 28
JAdi puing sendiri kalau baca source orang lain...

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: Untuk member yang masih pelajar mungkin tertarik u...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Untuk member yang masih pelajar mungkin tertarik u...
Jul 28th 2013, 04:57, by Heriyadi Janwar

Heriyadi Janwar 4:57am Jul 28
Untuk member yang masih pelajar mungkin tertarik untuk ikut ini. http://tech.luminestar.com/post/56589816637/microsoft-student-partners-2014-recruitment

Yep, that's right. We're open recruitment again! MORE How to register? Easy peasy.. • Open http://microsoftstudentpartners.com/ • Choose Indonesia • Click Learn More • Read about us in there and...

Nur Hidayat 5:06am Jul 28
#colek Muhammad Indra

Peter Jack Kambey 5:38am Jul 28
kok sedikit peminat?.. hellowwww..

Nur Hidayat 5:42am Jul 28
coba colek Muhammad Ramdhan

Muhammad Indra 5:43am Jul 28
Waahh lumayan nih, nanti deh saya lihat... Lg on hp

Ari Ratic 5:56am Jul 28
aku mau belajar lg tapi ga punya sekolah ..boleh om :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: [RESHARE] artikel lama untuk mempermudah memahami ...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
[RESHARE] artikel lama untuk mempermudah memahami ...
Jul 28th 2013, 05:13, by Nur Hidayat

Nur Hidayat 5:13am Jul 28
[RESHARE]
artikel lama untuk mempermudah memahami SQL JOIN http://pojokprogrammer.net/content/representasi-sql-join-secara-visual

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: Notice (1024): Please change the value of 'Securit...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Notice (1024): Please change the value of 'Securit...
Jul 28th 2013, 05:27, by Aiyo Huu

Aiyo Huu 5:27am Jul 28
Notice (1024): Please change the value of 'Security.salt' in app/Config/core.php to a salt value specific to your application [CORE/Cake/Utility/Debugger.php, line 851]

Notice (1024): Please change the value of 'Security.cipherSeed' in app/Config/core.php to a numeric (digits only) seed value specific to your application [CORE/Cake/Utility/Debugger.php, line 855] <<<<<<< i try via Ubuntu but dont how enable permission @_@

Aiyo Huu 6:12am Jul 28
any linux geek on sunday?

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 kalo mau implement algoritma Dijkstra's di goo...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
gan kalo mau implement algoritma Dijkstra's di goo...
Jul 28th 2013, 05:32, by Kilua Zoldyk

Kilua Zoldyk 5:32am Jul 28
gan kalo mau implement algoritma Dijkstra's di google map ato openstreetmap ada referense ga,, habis googling belum nemu nemu.

Choerun Asnawi 6:08am Jul 28
Shortest Path ya? bikin struktur data Graph-nya dah bisa blm?

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: mohon pembenahan master jika koding ini ada yang k...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
mohon pembenahan master jika koding ini ada yang k...
Jul 28th 2013, 05:44, by Ardian Saputra

Ardian Saputra 5:44am Jul 28
mohon pembenahan master jika koding ini ada yang kurang pasalnya setiap saya next or prev data tidak muncul dlam melakukan paging halaman.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
</head>
<style type="text/css">
#tes {
background-color: #efefef;
color: #000000;
Border-radius: 0px 15px;
border-top-left-radius: 0px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 15px;
moz-box-shadow: 0 0 2em #000;
webkit-box-shadow: 0 0 2em #000;
box-shadow: 0 0 1em #000;
border: 1px solid #CCC;
margin-top: 20px;
margin-left: 35px;
width:700px;}
#jud { margin-left:50px;
margin-bottom:10px;}
.link_button
{ margin-bottom:10px;
text-decoration: none;
text-align: center;
font-size: 18px;
padding: 10px;
border : solid 1px #5DA951;
background-color: #fff;
color: #000099;

border-radius: 5px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;

box-shadow: 5px 5px 7px #5DA951;
-moz-box-shadow: 5px 5px 7px #5DA951;
-webkit-box-shadow: 5px 5px 7px #5DA951;
}
.page {
background-color:#efefef;
float:left;
margin-left:30px;
margin-bottom:20px;
}

-->
</style>

<body><br /><br /><div id="jud"><a href="index.php?page=komentar"class="link_button">Add Testimoni</a></div>
<div id="tes">
<?php
//membuat koneksi ke database
include "./config.php";
function buat_paging($curPage,$totalRec,$maxRec){

$totalPage;

$totalPage=ceil($totalRec/$maxRec);

$str="";

/*————————–Tombol Prev———————–*/

if($curPage>1){

$prevPage = $curPage-1;

$str.="".makeLink('prev','?page='.$prevPage)." ";

}

/*————————-Untuk Page Number—————-*/

for($i=1;$i<=$totalPage;$i++){

if($i==$curPage){

$bold=true;

}else{

$bold=false;

}

$str.="".makeLink($i,'?page='.$i,$bold)."";

}

/*————————–Tombol Next———————–*/

if($curPage<$totalPage){

$nextPage=$curPage+1;

$str.="".makeLink('next','?page='.$nextPage)."";

}

return $str;

}

function makeLink($str,$url,$bold="true"){

if($bold){

$str="<b>".$str."</b>";

} return '<a href="'.$url.'">'.$str.'</a>';

}

//connection
$total=mysql_query("select * from kontak");

$total=mysql_num_rows($total);

$total=ceil($total/4);

$curPage=abs((int)$_GET['page']);

if ($curPage==null){$curPage=1;}

elseif($curPage>$total){$curPage=$total;}

$maxRec=6;

$startRec = ($curPage-1)*$maxRec;

$sql = "select * from kontak order by email desc limit ".$startRec.",".$maxRec;

$rs=mysql_query($sql);

//menampilkan data
while($rows=mysql_fetch_array($rs)){
//menampilkan field nama
echo "<b>Waktu : </b>".$rows['email'];
echo "<br>";
echo "<b>Nama : </b>".$rows['nama'];

echo "<br><b>Testimoni : </b>".$rows['komentar'];
echo "<br>";
echo "<hr>";
}
$total_record=mysql_query("select * from kontak");

$total_record=mysql_num_rows($total_record);

echo "<br>";

echo buat_paging($curPage,$total_record,$maxRec);
?></div>

</body>
</html>
<br><div class="page">
</div>

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:

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
(Untitled)
Jul 28th 2013, 05:48, by Pak Hilal


Chabib Nurozak 5:59am Jul 28
Peter Jack Kambey, Eksa Aja, Tatang Suryana

S Jaka Kharisma Dhona 6:07am Jul 28
aneh... gambar/link ini ada di mana2

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: oot ah.. gan yg udah kerja apalagi punya ilmu hrd....

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
oot ah.. gan yg udah kerja apalagi punya ilmu hrd....
Jul 28th 2013, 06:17, by Candra Nur Ihsan

Candra Nur Ihsan 6:17am Jul 28
oot ah.. gan yg udah kerja apalagi punya ilmu hrd. nanya. gimana mengetahui / menghitung thr yg kita terima sesuai.

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: --mass mass minta bantuannya donk mass pada pada t...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
--mass mass minta bantuannya donk mass pada pada t...
Jul 28th 2013, 06:17, by Eka Ollyvia Tahtaniar

Eka Ollyvia Tahtaniar 6:17am Jul 28
--mass mass minta bantuannya donk mass pada pada tutorial di bawah ini //simpan data diisi apa?, makasiih ^_^ --

http://www.zainalhakim.web.id/posting/membuat-fungsi-cek-data-mysql-dengan-php.html

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: Misi Abang-Abang Semua, ada yang tau tutorial untu...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Misi Abang-Abang Semua, ada yang tau tutorial untu...
Jul 28th 2013, 05:55, by Arif Susanto

Arif Susanto 5:55am Jul 28
Misi Abang-Abang Semua, ada yang tau tutorial untuk buat cetak ke pdf seperti gambar ini??? Saya pakek FPDF tampilnya tabel, pengennya saya tampilnya kayak gambar itu. Bantu Yak. :)

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: Untuk di ketahui saja yang new bie http://3jar.blo...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Untuk di ketahui saja yang new bie http://3jar.blo...
Jul 28th 2013, 02:27, by Muzaki Coding Failed

Muzaki Coding Failed 2:27am Jul 28
Untuk di ketahui saja yang new bie
http://3jar.blogspot.com/2013/07/keamanan-login-pada-website-berbasis-php.html

Malique Zee Inclusionist 2:52am Jul 28
POCnya dunk master..

Muzaki Coding Failed 2:53am Jul 28
POC itu apa ?

Malique Zee Inclusionist 2:56am Jul 28
owalah...

Muzaki Coding Failed 2:56am Jul 28
ntahlah ?

Malique Zee Inclusionist 3:00am Jul 28
kirain master tau... POC tu metode terperincinya seperti apa, knp, dan bagaimana bisa master menemukan bugs dalam suatu website... POC = proof of concept...

Muzaki Coding Failed 3:01am Jul 28
heheheheheh ,...

di website Smartfren om

Malique Zee Inclusionist 3:03am Jul 28
klo cuman disuruh ketik string '... newbie mana tau tuh string ditarohnya dmana dan script web PHP seperti apa yg punya bugs halaman login seperti itu?

Bukan Syarif 3:20am Jul 28
ini blog yang bnyak iklannya ntu ya..? :|

Muzaki Coding Failed 3:21am Jul 28
gk om ,..

paling cuma adfly saja ,

Malique Zee Inclusionist 3:23am Jul 28
POCnya ditunggu lho master Muzaki Coding Failed

Muzaki Coding Failed 3:23am Jul 28
Ok , mo lanjutin coding dlu om

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