Jumat, 30 Agustus 2013

PHP Indonesia - Facebook: Para master PHP, sebelumnya saya mengucapkan teri...

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
Para master PHP, sebelumnya saya mengucapkan teri...
Aug 30th 2013, 12:54, by Agus Mardi Samekto

Agus Mardi Samekto 12:54pm Aug 30
Para master PHP,

sebelumnya saya mengucapkan terima kasih sudah di approve join ke group PHP Indonesia.

Saya mau nanya, para master ada yg tahu apa tidak bagaimana membuat notifikasi bila ada double.
Maksudnya spt ini, bila ada user input data dan data yg di input sudah ada di dalam database, maka akan muncul notifikasi "Data sudah ada".

mohon bantuannya para master.

Indra S Kazekage 1:02pm Aug 30
mainin if, else, elseif nya gan..

Agus Mardi Samekto 1:04pm Aug 30
Indra S Kazekage >> ada url ref nya? coz saya lom dapet logikanya klo belum ada contohnya

Indra S Kazekage 1:13pm Aug 30
Bukannya gk mau ngasih gan, ane ol pke hape koneksi lemoot. ente coba cari di google mis. kata kuncinya mencegah input data sama pada database.. logikanya gini gan.. ketika di klik tombol, ente select dulu di database data nya yang sama dengan yg di input, jika tidak sama dengan 0 maka ente kasih notif, kalo engga ya lakukan input.

Coki Widodo 1:41pm Aug 30
seperti validasiya sob, munkin seperti ini contoh kecilnya sob // query untuk mencari nama yg sdh ada di database
$query = "SELECT * FROM tb_data WHERE nama = '$nama'";
$hasil = mysql_query($query);
if (mysql_num_rows($hasil) == 0)
{

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