include "func.inc.php";
$where = "> Frequently Asked Questions - FAQ";
include "header.php";
echo "
$skin_tableheading";
echo "";
include "board_help.php";
echo "
If it's still confusing, look at the following example:
";
include "board_post.php";
echo " | | If you submit the post above, this is how it will look like
in the forum: | | ";
include "board_view.php";
echo " | |
$skin_tablefooter";
include "footer.php";
?>