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 | 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> |
| | pake css gan, table td{color:warna_kesukaan_anda} | | |
|
Tidak ada komentar:
Posting Komentar