"; require("./footer.php"); exit; } if (mysql_num_rows($result)) { $TPL_helptext = mysql_result($result,0,"helptext"); } else { $TPL_helptext = $ERR_116; } $TPL_topic = $topic; $query = "select topic from help order by topic;"; $result = mysql_query($query); if (!$result){ print "$err_font $ERR_001
"; require("./footer.php"); exit; } if (mysql_num_rows($result)) { $TPL_otherhelp = "" . $MSG_918 . "
"; $num_topics = mysql_num_rows($result); $i = 0; while($i < $num_topics){ $TPL_otherhelp .= ""; $TPL_otherhelp .= mysql_result($result,$i,"topic"); $TPL_otherhelp .= "
"; $i++; } } else { $TPL_otherhelp = ""; } include "templates/template_view_help_php.html"; require("./footer.php"); ?>