Home | Research » Projects > References

References


"; if ($pg == 1){ // } else { print "« Previous"; } // center print " ||"; for($x = 1; $x <=8; $x++) { if ($x == $pg) { print " " . $navi[$pg-1] . " |"; } else { print " " . $navi[$x-1] . " |"; } } // Next print IF ($pg == 8) { print "|\n"; } else { print "| Next »\n"; } } // ############################################################################# // ################# CONTENT navip($pg); print "
\n"; print "


\n"; print "
"; if(file_exists($fl)) { include($fl); } else { include("_ref01.php"); } print "
\n"; print "

\n" . "


\n" . "

"; navip($pg); print "


\n"; print "

"; // ##################### POST-CONTENT ?>