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 | [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 |
| | nah itu udah dapet alurnya.
if($username == '123') { include 'view_admin.php'; } else { include 'view_user.php'; } |
| | berarti if else itu di masukin di action=""? | | |
|
Tidak ada komentar:
Posting Komentar