Jumat, 23 Agustus 2013

PHP Indonesia - Facebook: [ask] gan ini kenapa yah erorrnya? aku bingung

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/ 
Exotic travel ideas.

Searching for your next vacation destination? Subscribe to Off The Beaten Path, a newsletter featuring captivating locales to help you to plan your next trip.
From our sponsors
[ask] gan ini kenapa yah erorrnya? aku bingung
Aug 23rd 2013, 16:08, by Fathan Rohman

Fathan Rohman 4:08pm Aug 23
[ask] gan ini kenapa yah erorrnya? aku bingung

Fathan Rohman 4:11pm Aug 23
help me

Anton Wahyu Pramono 4:16pm Aug 23
cek lagi codenya

Fathan Rohman 4:17pm Aug 23
ini codenya gan

<?php
include('config.php');
?>

<a href="form_input.php">Tambah Content</a>

<table border="1" cellpadding="5" cellspacing="0">
<thead>
<tr>
<td>No.</td>
<td>Judul</td>
<td>Pengirim</td>
<td>Tanggal</td>
<td>Isi</td>
<td>Image</td>
<td>Action</td>
</tr>
</thead>
<tbody>
<?php
$query = mysql_query("select * from content");
$exe = mysql_query($query);

$no = 1;
while ($data = mysql_fetch_array($query)) {
?>
<tr>
<td><?php echo $no; ?></td>
<td><?php echo $data['judul_content']; ?></td>
<td><?php echo $data['pengirim_content']; ?></td>
<td><?php echo $data['tanggal_content']; ?></td>
<td><?php echo $data['description_content']; ?></td>
<td><?php echo $data['image_content']; ?></td>
<td>
<a href="form_edit.php?id_content=<?php echo $data['id_content']; ?>">Edit</a> ||
<a href="content_delete.php?id_content=<?php echo $data['id_content']; ?>">Hapus</a>
</td>
</tr>
<?php
$no++;
}
?>
</tbody>
</table>

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