Senin, 30 September 2013

PHP Indonesia - Facebook: [TANYA] script php buat pindah halaman kyk faceboo...

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
[TANYA] script php buat pindah halaman kyk faceboo...
Sep 30th 2013, 06:54, by Egi Chielarck

Egi Chielarck 6:54am Sep 30
[TANYA]
script php buat pindah halaman kyk facebook itu gmn ya ? jadi sidebar sama top nav nya gk bergerak . yg berubah isi konten nya aja ..
udh nyoba pake GET tapi kadang klo isi kontennya panjang . sidebar sma top nav nya bergerak sedikit .

Sigit Prabowo Azura 6:57am Sep 30
<?php
$pages_dir = 'pages';
if(!empty($_GET['p'])){
$pages = scandir($pages_dir, 0);
unset($pages[0], $pages[1]);

$p = $_GET['p'];
if(in_array($p.'.php', $pages)){
include($pages_dir.'/'.$p.'.php');
} else {
echo 'Halaman tidak ditemukan! :(';
}
} else {
include($pages_dir.'/index.php');
}
?>

Armisianto Inf 6:59am Sep 30
Kalo masalah perubhan layout(lbar,tnggi)biasanya ada d html/css nya. kalo load cma bgian tertntu coba pake ajax. Kalo krng jelas maaf gan,msh newbie. :D

Sigit Prabowo Azura 7:01am Sep 30
biar ga gerak coba utak atik cssnya
tutor http://www.tutorial-webdesign.com/menyamakan-tinggi-kolom-div-dengan-css/
klo kurang jelas maaf msh belajar :D

Andri Selalu Sayang Neng 7:03am Sep 30
position:fixed;

Andri Selalu Sayang Neng 7:03am Sep 30
css nya

Egi Chielarck 7:04am Sep 30
owh , di css nya ya gan . ok di coba dlu

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