Selasa, 17 September 2013

PHP Indonesia - Facebook: [ask]

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
[ask] om master mau tanya
Sep 18th 2013, 04:17, by Jaka Saputra

Jaka Saputra 4:17am Sep 18
[ask]
om master mau tanya

<?php
$sqlf= mysql_query("SELECT * FROM pesanan LEFT JOIN tabel_produk ON pesanan.kode_barang = tabel_produk.id
WHERE tabel_produk.nama = '$_GET[nama]'
AND pesanan.kode_barang = tabel_produk.id
ORDER BY pesanan.nama") or die (mysql_error());
while ($s=mysql_fetch_array($sqlf)) {
$no++;
$total = $s[harga]*$s[jumlah];
echo "
<tr>
<td>$no</td>
<td>$s[nama]</td>
<td>$s[jumlah]</td>
<td>$total</td>
</tr>"; }
?>

script ini salahnya dimananya ya? ko ga bisa di exekusi.. padahal gada pesan eror

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