There are a few ways to do it. It depends on what you want. Since you've been of such great help I will glady assist you in any way. Here are a few code snippets.
phpNuke Code. You put this in your page you want it to display or in any page that calls a constant page, like functions.php. Then echo out $content. Can be seen at
http://www.advance-force.com/
Code:
<?php
#### Generated by Block Creator by Disipal Site (www.disipal.net) ###
if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content = "<div align=\"center\"><form action=\"http://www.eastcoastassassins.com/get_stats.php?u=\" method=\"get\" enctype=\"application/x-www-form-urlencoded\" target=\"_blank\"><input name=\"u\" type=\"text\" value=\"SOCOM 3 Screen Name\">
<input type=\"submit\" name=\"Submit\" ></form></div>";
?>
phpBB code. If you use phpBB you can put this on your search_body.tpl page. Can be seen at
http://www.eastcoastassassins.com/search.php
Code:
<form action="http://www.eastcoastassassins.com/get_stats.php" method="get" enctype="application/x-www-form-urlencoded" target="_blank">
<tr>
<th class="thHead" colspan="4" height="25">SOCOM 3 Player Stat Search</th>
</tr>
<tr>
<td class="row1" colspan="2" width="50%"><span class="gen">Enter The SOCOM 3 Screen Name:</span>
<span class="gensmall">Enter the
SOCOM 3 screen name of any player you want to pull their stats. This only works if they are in the SOCOM
3 database, and the server is up and running.</span></td>
<td class="row2" colspan="2" valign="top"><span class="genmed"><input name="u" type="text" style="width: 300px" class="post" />
</span></td>
</tr>
<tr>
<th class="thHead" colspan="4" height="25" align="center"><input type="submit" name="Submit" value="Get Stats" class="liteoption"></th>
</tr>
</form>
Let me know if you want ANY help in getting these working on your site. If you use phpNuke, there is an awesome module you can download and install on your site here:
http://www.eastcoastassassins.com/vi....php?p=456#456