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/ | |
 | Compare Hotels
Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!  | From our sponsors | | |
[ASK] perintah php.. untuk merubah url yang sedang... Sep 10th 2013, 01:54, by Rizal Zulfikar Januardi | [ASK] perintah php.. untuk merubah url yang sedang aktif .. contoh saya buka localhost/website/index.php tapi ingin menjadi localhost/website/index.php?page=home trims |
| | pakai html redirect aja (redirect 301) |
| | jadi ketika di klik: localhost/website/index.php maka file tersebut langsung redirect ke localhost/website/index.php?page=home :) |
| | metode penulisannya gimana "maap" -_- |
| | if(!isset($_GET['page'])) { header("location:?page=home"); } //pas gak ada ?page langsung otomatis redirect ke home :D | | |
|
Tidak ada komentar:
Posting Komentar