lord_raven
03-31-2003, 12:42 AM
Could somebody tell me what I'm doing wrong here? The bottom of the page gets ignored by the script...
Output (source) of http://atforums.theraven7.com/index.php (http://www.theraven7.com/source.php?url=http://atforums.theraven7.com/index.php)
$action gets set to "get" when empty...
$type gets set to "all" when empty...
The only secion that has a problem is "get..."
There's no error messages...
index.php script (http://atforums.theraven7.com/index.php.txt)
This is missing from the bottom:
<-- from index.php $action="get" //-->
<tr><td>
<table>
<tr><th class="thead" colspan="2">-- Statistics --</th></tr>
<tr><td class="thead"><b>Number of Submissions<? echo $catagory; ?></b></td><td class="tdata"><? echo $subcount; ?> Submissions</td></tr>
<tr><td class="thead"><b>Total Votes:</b></td><td class="tdata"><? echo $numvotes[0]; ?> Votes</td></tr>
<tr><td class="thead"><b>Your been here:</b></td><td class="tdata"><? echo $your_count; ?> Times</td></tr>
<tr><td class="thead"><b>Site Count:</b></td><td class="tdata"><? echo $count[0]; ?> Visitors</td></tr>
</table>
</td></tr>
</table>
<!-- this, of all things, should get printed //-->
</td></tr></table>
<!-- from template.php //-->
<p align="center" class="footer">All data above is copyrighted by their respective authors.</p>
</body>
</html>
Output (source) of http://atforums.theraven7.com/index.php (http://www.theraven7.com/source.php?url=http://atforums.theraven7.com/index.php)
$action gets set to "get" when empty...
$type gets set to "all" when empty...
The only secion that has a problem is "get..."
There's no error messages...
index.php script (http://atforums.theraven7.com/index.php.txt)
This is missing from the bottom:
<-- from index.php $action="get" //-->
<tr><td>
<table>
<tr><th class="thead" colspan="2">-- Statistics --</th></tr>
<tr><td class="thead"><b>Number of Submissions<? echo $catagory; ?></b></td><td class="tdata"><? echo $subcount; ?> Submissions</td></tr>
<tr><td class="thead"><b>Total Votes:</b></td><td class="tdata"><? echo $numvotes[0]; ?> Votes</td></tr>
<tr><td class="thead"><b>Your been here:</b></td><td class="tdata"><? echo $your_count; ?> Times</td></tr>
<tr><td class="thead"><b>Site Count:</b></td><td class="tdata"><? echo $count[0]; ?> Visitors</td></tr>
</table>
</td></tr>
</table>
<!-- this, of all things, should get printed //-->
</td></tr></table>
<!-- from template.php //-->
<p align="center" class="footer">All data above is copyrighted by their respective authors.</p>
</body>
</html>