Kamis, 17 Oktober 2013

PHP Indonesia - Facebook: bagaimana gan caranya memberi warna pada tulisan t...

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/ 
Got an anatomy exam soon?

Use the most efficient tool to learn anatomy and be prepared for your next exam like no one else. Make your anatomy learning experience an unforgettable one.
From our sponsors
bagaimana gan caranya memberi warna pada tulisan t...
Oct 17th 2013, 13:24, by M Wildan Indra Maulana

M Wildan Indra Maulana 1:24pm Oct 17
bagaimana gan caranya memberi warna pada tulisan tsb...
mohon jawabanya
niih codinganya:

<html>
<body background="instag7698761.jpg">
<h1 align = "center"> <font color = "red" face = "Bradley Hand ITC" size="20"><marquee direction="left" height="75">My_SQL</marquee></font></h1>
<table border='1' width="75%" align="center">
<tr>
<th align = "center"><font color = "gold" face = "arial black" size="5">nip</th>
<th align = "center"><font color = "gold" face = "arial black" size="5">nama</th>
<th align = "center"><font color = "gold" face = "arial black" size="5">alamat</th>
<th align = "center"><font color = "gold" face = "arial black" size="5">no_telp</th>
<th align = "center"><font color = "gold" face = "arial black" size="5">status</th>

</tr>

<?php

include '3.php';

$query = "SELECT * FROM pegawai ";
$exe = mysql_query($query);
//no = 1;
while($row = mysql_fetch_assoc($exe)){

$a = $row['nip'];
$b = $row['nama'];
$c = $row['alamat'];
$d = $row['no_telp'];
$e = $row['status'];


echo "<tr><td>$a</td><td>$b</td><td>$c</td><td>$d</td><td>$e</td></tr>";
// $no++;
}

?>


</table>

</body>

</html>

Kecek Purwateja 1:26pm Oct 17
pake css gan, table td{color:warna_kesukaan_anda}

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