Rabu, 09 Oktober 2013

PHP Indonesia - Facebook:

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
Oct 9th 2013, 07:25, by Saiful Stmik Dipanegara

Saiful Stmik Dipanegara 7:25am Oct 9
<html><head>
<link rel="stylesheet" href="style.css">
</head>
<body>

<?php
include "koneksi.php";
$query = "select * from artikel where kategori='opini' limit 1";
$runquery = mysql_query($query);
while($result = mysql_fetch_array($runquery))
{
$id_artikel = $result['id_artikel'];
$judul = $result['judul'];
$kategori = $result['kategori'];
print "<div id='menuku'>
<ul>
<li><a href='view.php?page_detil=$id_artikel'>$kategori</a>
</li>
</div> ";
}
?>
<?php
include "koneksi.php";
$query = "select * from artikel where kategori='opini'";
$runquery = mysql_query($query);
while($result = mysql_fetch_array($runquery))
{
$id_artikel = $result['id_artikel'];
$judul = $result['judul'];
$kategori = $result['kategori'];
print "<div id='menuku'>
<li><a href='view.php?page_detil=$id_artikel'>$judul</a></li>
</div> ";
}
?>

Minta Tolong penyelesaiannya Bro. . .
bagaimn supaya Pada Link yang berada di Bawah kategori Opini itu Bisa Berdempetan seperti Halnya Submenu Dari index(yang berada di Gambar Contoh)

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