Rabu, 21 Agustus 2013

PHP Indonesia - Facebook: perintah untuk mengosongkan query sql bagimana ya....

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/ 
Fun with Brazilian Portuguese

Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!
From our sponsors
perintah untuk mengosongkan query sql bagimana ya....
Aug 21st 2013, 14:27, by Choirul Rozaq

Choirul Rozaq 2:27pm Aug 21
perintah untuk mengosongkan query sql bagimana ya..??
soalnya saya menjalankan query tampil lebih dari 1,

misal
$sql1 = mysql_query("SELECT * FROM tbladmin WHERE username = '$_POST[username]'");
$row1 = mysql_num_rows($sql1);
//proses

kemudian perintal sql tampil lagu lagi
$sql2 = mysql_query("SELECT * FROM tbluser WHERE username = '$_POST[username]'");

//prosess

Gunawan Mujur Wibisono 2:39pm Aug 21
saran saya pake

Gunawan Mujur Wibisono 2:40pm Aug 21
$sql="select ****";
$res=mysql_query($sql) or die();

Choirul Rozaq 2:41pm Aug 21
sudah solved mas bro,
ternyaka tanda { salah tanda (
maklum pake netbuk layarnya kecil
: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

Tidak ada komentar:

Posting Komentar