Senin, 09 September 2013

PHP Indonesia - Facebook: [ASK] perintah php.. untuk merubah url yang sedang...

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

Rizal Zulfikar Januardi 1:54am Sep 10
[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

Hutomo Sugianto 1:55am Sep 10
pakai html redirect aja (redirect 301)

Hutomo Sugianto 1:56am Sep 10
jadi ketika di klik: localhost/website/index.php
maka file tersebut langsung redirect ke
localhost/website/index.php?page=home
:)

Rizal Zulfikar Januardi 1:57am Sep 10
metode penulisannya gimana "maap" -_-

Muhaji Rein 1:59am Sep 10
if(!isset($_GET['page'])) {
header("location:?page=home");
}
//pas gak ada ?page langsung otomatis redirect ke home :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