<?php require_once('Connections/kingsconn.php'); ?>
<?php
mysql_select_db($database_kingsconn, $kingsconn);
$query_Recordset1 = "SELECT * FROM tb_master_data";
$Recordset1 = mysql_query($query_Recordset1, $kingsconn) or die(mysql_error());
$row_Recordset1 = mysql_fetch_assoc($Recordset1);
$totalRows_Recordset1 = mysql_num_rows($Recordset1);
?><!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=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body>
<p> </p>
<p><a href="file:///C|/xampp/htdocs/KINGS/maliit.php">maliit</a></p>
</body>
</html>
<?php
mysql_free_result($Recordset1);
mysql_free_result($Recordset2);
?>