php

Page 16

Listing Program karyawan_browse1B.php <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>index</title> </head> <style type="text/css"> <!-body { background-image: url(images/pink.jpg); margin-left: 2px; margin-top: 2px; margin-right: 2px; margin-bottom: 2px; } --> </style> <body> <?php include('Connections/koneksi.php'); $query = mysql_query ("select*from tb_karyawan where tempat_lahir ='Semarang' order by nik", $koneksi) or die (mysql_error()); echo "<center><h2>DATA KARYAWAN</h2></center>"; echo "<table width='100%' border=1 cellpadding=0 cellspacing=0 align=left> <tr> <th>NIK</th> <th>Nama</th> <th>Tempat Lahir</th> <th>Tanggal Lahir</th>


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.