Minggu, 10 November 2013

PHP Indonesia - Facebook: [ASK] pengennya sih gini, kalo misal username yg d...

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/ 
7 Best Bike Rides

Commute to the country: the best bike rides to leave the city behind.
From our sponsors
[ASK] pengennya sih gini, kalo misal username yg d...
Nov 10th 2013, 15:46, by Valdi Adrian Abrar

Valdi Adrian Abrar 3:46pm Nov 10
[ASK] pengennya sih gini, kalo misal username yg diisi "123" action form masuk ke view buat admin, kalo selain itu action form masuk ke view buat user. gimana caranya ya? thanks before

Andi Malik Rizki Maula 3:54pm Nov 10
nah itu udah dapet alurnya.

if($username == '123')
{
include 'view_admin.php';
}
else
{
include 'view_user.php';
}

Valdi Adrian Abrar 5:07pm Nov 10
berarti if else itu di masukin di action=""?

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