Table of Contents
- Front cover
- Introduction $chapter) { echo "
- $chapter_num
".htmlentities($chapter)."
\n- \n";
foreach($sections as $section_num => $section) {
$section_chapter_ar = explode("." , $section_num);
$section_chapter = $section_chapter_ar[0];
if($section_chapter == $chapter_num) {
echo "
- $section_num
".htmlentities($section)."
\n- \n";
foreach($items as $item_num => $item) {
$item_ar = explode("." , $item_num);
$item_section = $item_ar[0] . "." . $item_ar[1];
if($item_section == $section_num) {
echo "
- $item_num ".preventOrphans($item)." \n"; } } echo "
\n";
}
}
echo "
\n";
}
?>
- $section_num
Reference