Jumat, 13 September 2013

PHP Indonesia - Facebook: [ASK] Numpang nanya nih masta!! kok kalo pake XAMP...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
[ASK] Numpang nanya nih masta!! kok kalo pake XAMP...
Sep 14th 2013, 06:16, by Samad KeDai

Samad KeDai 6:16am Sep 14
[ASK]
Numpang nanya nih masta!!
kok kalo pake XAMPP file php yang dibuka seperti ini <? tidak di eksekusi ya??
bingungungisasi aku!!

Donnie Pangeran Oranye Madrid 6:20am Sep 14
Ubah jadi <?php ...

Jali Umow 6:21am Sep 14
coba <?PHP

Ando Poluan 6:22am Sep 14
Atur short_open_tag=On di php.ini

Ando Poluan 6:24am Sep 14
Atur di xampp/php/php.ini

Rizal Arieyono 6:25am Sep 14
<?php ... ?>

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 && HELP gimana caranya biar nama yang sama n...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
//ASK && HELP gimana caranya biar nama yang sama n...
Sep 14th 2013, 05:40, by Ata Saxalorman

Ata Saxalorman 5:40am Sep 14
//ASK && HELP
gimana caranya biar nama yang sama ngga keulang ??
jadi kalo ada data dengan nama sama langsung berurutan di bawah data sebelumnya ??

Terima Kasih .

http://pastebin.com/8VXTekRg

Freddy Sidauruk 5:52am Sep 14
paste di mari sql nya

Wiliyanto OnLennon 5:53am Sep 14
<table>
<tr><th>No</th><th>Id_order</th><th>Tgl_pesan</th><th>username</th><th>bagian</th><th>status</th><th></th></tr>";
$tampil=mysql_query("SELECT * FROM in_order where status='0' ORDER BY id_order ASC");
$no=1;
while ($r=mysql_fetch_array($tampil)){
echo "<tr><td>$no</td>
<td>$r[id_order]</td>
<td>$r[tgl_pesan]</td>
<td>$r[username]</td>
<td>$r[bagian]</td>
<td>$r[status]</td>
<td>
<a class='table-icon order' title='Detail Order' href=?module=order&act=view_order_dtl&id=$r[id_order]></a> |
<a class='table-icon check' title='Order OK' href=?module=order&act=acc_order&id=$r[id_order]></a> |
<a class='table-icon edit' title='edit' href=#></a> |
<a class='table-icon delete' title='delete' href=#></a> |
</td></tr>";
$no++;
}
echo "</table>";
break;

Wiliyanto OnLennon 5:54am Sep 14
nah bikin table buat headernya diluar select arraynya ... CMIIW master

Ata Saxalorman 5:56am Sep 14
<?php
$query = mysql_query(" SELECT nama FROM mukowil ORDER bY nama ASC ");
while ($data = mysql_fetch_array($query)) {
$nama_mukowil = $data['nama'];

$query2 = mysql_query(" SELECT * FROM masjid WHERE nama_mukowil='$nama_mukowil' ");
while ($data2 = mysql_fetch_array($query2)) {

Saya pake 2 table gan .

Ata Saxalorman 5:57am Sep 14
http://pastebin.com/8VXTekRg

Wiliyanto OnLennon 6:07am Sep 14
<table>
<tr>
<th>No</th>
<th>Nama</th>
<th>Ukuran</th>
<th>Tipe</th>
<th>Rumah Imam</th>
<th>Progres</th>
<th>Tanggal Dibangun</th>
<th>Tanggal Selesai</th>
<th>Kota</th>
<th>alamat</th>
<th>No Telepon</th>
<th>Penganggung Jawab</th>
</tr>

// NAH yang ini di simpen di ata $query gan

CMIIW

Freddy Sidauruk 6:08am Sep 14
kenapa pake dua query gan jadiin satu aja, gini ="select a.umur, a.jenis_kelamin, a.status from tabel masjid a, tabel mukowil b where a.nama=b.nama and nama='".$_SESSION['nama']."'"; kalau ada session pake session, ane juga baru belajar gan

Ata Saxalorman 6:16am Sep 14
udah bisa, makasih semuanya .
:)

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 abang2... kalo teman2 lain pada nyari2 pekerj...

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
misi abang2... kalo teman2 lain pada nyari2 pekerj...
Sep 14th 2013, 05:53, by Rahmat Hidayat

Rahmat Hidayat 5:53am Sep 14
misi abang2...
kalo teman2 lain pada nyari2 pekerjaan...
saya lagi nyari2 turorial php...
mungkin ad teman2 yang pux...
bisa d bagikan...
maklum baru belajar...
hehehe :)

Muhammad Saleh Hafizh Fajri 6:04am Sep 14
w3schools.com
php.net
paste on google search engine
filetype:pdf PHP5

Hartoto Dinata 6:10am Sep 14
download gratisannya di sini:
http://www.xbasicpro.com/EBookTrikDasarPHP.aspx

Hartoto Dinata 6:11am Sep 14
http://www.xbasicpro.com/EBook-TrikWebsiteDevelopment-PHP-Profesional.aspx

Rahmat Hidayat 6:11am Sep 14
ok...
makasi abang (y) :)

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/mba tolong dong. -_- saya punya skript (dipot...

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
MASS/mba tolong dong. -_- saya punya skript (dipot...
Sep 14th 2013, 05:50, by Agus Banirahman

Agus Banirahman 5:50am Sep 14
MASS/mba tolong dong. -_-
saya punya skript (dipoto), nah gmn caranya agar value yg digaris bawahi itu di input secara manual. dan dapat langsung dibaca oleh functionya?? makasih sebelumnya, tolong bantuanya :-) klw ada yg harus saya pelajari kira" apa? klw ada contoh kasus yg hampir sama minta linknya. :-) mbah google saya nyari nda ketemu, munkin keynya salah. -_-

Yein Narayana 5:53am Sep 14
bukannya dibikin input text aja ya ? terus ambil nilai post nya

Agus Banirahman 5:55am Sep 14
iia bang itu juga input, cuman masalahnya pengambilanya itu ke functionya saya nda paham, di pic 2 gambarnya :-/

Willy 6:04am Sep 14
memperjelas aja nih gan.
kalo page baru pertama kali dibuka, ada isi default dulu ya?
dan isi defaultnya itu yg agan tulis diatas.. serta distancenya juga dihitung?

Kalo ternyata udh ada isi, maka gunakan yg diisikan tsb?

Agus Banirahman 6:10am Sep 14
iia bener. nah saya pengen rubah pas dibuka kosong. lalu pas di isi distancenya langsung ngitung. kira" menurut Willy gimana biar sesuai keingina :-/

Willy 6:17am Sep 14
http://phpfiddle.org/main/code/qkn-u89

Agus Banirahman 6:19am Sep 14
makasih coba dipelajari dulu ;-)

Agus Banirahman 6:23am Sep 14
bang Willy ko ada nama kita yah di web ntu?? :v

Willy 6:24am Sep 14
Iya gan..soalnya kan memang saya yg barusan bikin itu script :))
Trus saya push pake nama agan :))

Agus Banirahman 6:26am Sep 14
okh kirain, soalnya banyak komentnya tuh.hahha
dunia Php memang luas yah :v

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: terimakasih buat admin yang cakep udah mengizinkan...

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
terimakasih buat admin yang cakep udah mengizinkan...
Sep 14th 2013, 06:02, by Ki Hajar Olegun

Ki Hajar Olegun 6:02am Sep 14
terimakasih buat admin yang cakep udah mengizinkan saya gabung disni..
slam kenal..
*colek Bhie Phratama

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: permisi gan... ini saya mau buat pencarian data da...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
permisi gan... ini saya mau buat pencarian data da...
Sep 14th 2013, 03:35, by Samuel Deni

Samuel Deni 3:35am Sep 14
permisi gan...
ini saya mau buat pencarian data dari salah 1 field, tapi kok kalau datanya berupa gabungan huruf dan angka seperti 'G001' atau huruf semua malah muncul pesan error:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\pepaya\solving.php on line 30

Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\pepaya\solving.php on line 49

tapi kalau datanya quubah jadi angka semua bisa pencariannya, padahal tipe data di sqlnya udah saya ubah varchar, kira" kenapa ya gan? ada yang punya solusinya gak?
thx before...

Cahya Dsn 4:08am Sep 14
gak ada script-nya gan?.. maklum gan ane bukan dukun yg tahu script orang lain.. gak tau kalo yg lain mungkin tahu dan bisa bantu meski tanpa ada scriptnya ^_^V ... pastikan query yang dijalan pada perintah mysql_query() pada baris 29 dan 48 sudah bener (eh.. ini ane cuman kira2 loh..bukan dukun) ..

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