Minggu, 21 Juli 2013

PHP Indonesia - Facebook: [ask] mastah klo ngerapiin paragraf gimana ya ini ...

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/ 
[ask] mastah klo ngerapiin paragraf gimana ya ini ...
Jul 22nd 2013, 02:06, by Prasetyo Iki

Prasetyo Iki 2:06am Jul 22
[ask]
mastah klo ngerapiin paragraf gimana ya
ini script buat nampilin artikel tapi hasilnya berantakan harus nya ada tiga paragraf tapi malah jadi satu....

<head>
<?php
include "librari/inc.koneksidb.php";
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body,td,th {
font-size: 14px;
font-family: "Comic Sans MS", cursive;

</style>
</head>

<body><table width="690" border="0" cellpadding="3">
<tr>
<td bgcolor="#FFFFFF">
<?php
$data = mysql_query("SELECT * FROM artikel ORDER BY id DESC Limit 1") or die(mysql_error());

while($info = mysql_fetch_array( $data ))
{

Echo "<b>Judul:</b> ".$info['judul'] . "<br> ";
Echo "<a href=\"admin/images/$info[photo]\"><img width=\"250\" height=\"150\" src=\"admin/images/$info[photo]\"></a><br>";
Echo "<b>Headline:</b> ".$info['headline'] . "<br> ";
Echo " " .$info['isiberita'] . " <hr>"; }
?>
</td>
</tr>
</table>
</body>

Bincar Harahap 2:12am Jul 22
bermain di css aj om...sma input contentnya pke WYSIWYG HTML Editor

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