Sabtu, 20 Juli 2013

PHP Indonesia - Facebook: Aks_Master url.php ----------

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. NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/
Aks_Master url.php ----------
Jul 20th 2013, 07:03, by Yoza Coolz Slalu

Yoza Coolz Slalu 7:03am Jul 20
Aks_Master

url.php
----------
<?php
$page = isset($_GET['page'] )?$page=
$_GET['page']:0;
switch($page){
case "index": "index.php";break ;
case 'about_us' : "about.php";
break;
case 'member':"member.php";
break;
default : 'index';
}
?>

index.php
-------------
<link rel="stylesheet" type="text/css"
href="style.css">
<meta name="viewport"
content="width=device-width, initial-
scale=1, maximum-scale=1">
<html>
<head>
<title>
Project
</title>
<body>
<div id="judul">JKT48 Project</div>
<table>
<tr>
<td><a href="index.php">Home</a></td>
<td><a href="index.php?page=about_us">About UsMember</a></td></td>
<td>Setlist</td>
</tr>
</table>
<div id="konten"> <?php include "home.php";?>
<div id="footer">contactfgghhh
hhhhhjggvvvvvvbbhjnm足
lojhhhbbbbjjjjjjjmeg足
hhjmmmmnnnjjjjjjjjjjjghhh vvhh</div>
</body>
</html>

jd gini om saya mau ganti isi konten di ganti sama isi about.php gimana caranya om

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