Viewing file: msgboard2topix.phtml (1.45 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html> <head> <title>AX Topics Database</title> </head> <body bgcolor=#23477 link=#6297A text=beige vlink=#69BA8> <h4>Ax Topics Database</h4>
Choose display mode:<ul> <li><?php echo "<form method=get action=".$PHP_SELF."><input type=hidden name=topicgroup value=\"".htmlspecialchars($_REQUEST['topicgroup'])."\"><input type=hidden name=mode value=1>Exact User Name Search: <input type=text name=\"searchname\"><input type=submit value=\"Search!\"></form>"; ?></li> <li><?php echo "<form method=get action=".$PHP_SELF."><input type=hidden name=topicgroup value=\"".htmlspecialchars($_REQUEST['topicgroup'])."\"><input type=hidden name=mode value=2>Fuzzy User Name Search: <input type=text name=\"searchname\"><input type=submit value=\"Search!\"></form>"; ?></li> <li><?php echo "<form method=get action=".$PHP_SELF."><input type=hidden name=topicgroup value=\"".htmlspecialchars($_REQUEST['topicgroup'])."\"><input type=hidden name=mode value=4>Exact Topic ID Search: <input type=text name=\"topicid\"><input type=submit value=\"Search!\"></form>"; ?></li> <li><?php echo "<form method=get action=".$PHP_SELF."><input type=hidden name=topicgroup value=\"".htmlspecialchars($_REQUEST['topicgroup'])."\"><input type=hidden name=mode value=3>Fuzzy Topic Title Search: <input type=text name=\"searchname\"><input type=submit value=\"Search!\"></form>"; ?></li>
</ul>
<?php
require('table4.inc');
handle_table(pg_connect("","","","","ax"),"msgboard_topics");
?>
</body> </html>
|