$url='http://www.newhomemaker.com/money/miserly/index.html' ?> include "/home/admin/domains/newhomemaker.com/public_html/header.html"; ?> showtitle ($url); ?>
">
Section Contents:
$sql = "select * from pages where category='miser' order by title asc";
$result = mysql_query($sql);
while ($row=mysql_fetch_array($result)) {
echo "" . $row[title] . "
\n";
echo "  " . $row[subtitle] . "
\n";
}
?>
include "/home/admin/domains/newhomemaker.com/public_html/footer.html"; ?>