Why won't my includes work?

2 replies
I have no clue what's wrong, but no matter what I try, I can't seem to figure out why the includes won't work..

<body>
<?php include 'includes/featuredlist.php'; ?>
</body>
That is the main page.

<div class="titles"><center><div class="titlestext">FEATURED</center></div></div>
<div class="featuredlist">

<table width="204px" class="featuredtable">
<tr>
<td><a href="#"><div class="featuredimage"><img src="http://www.warriorforum.com/images/ChatPicture.png" /></div> <div class="featuredtableusername">Featured Member</div> <div class="userswatching">Users Watching: 1,234</div></a></td>
<tr>
<td><a href="#"><div class="featuredimage"><img src="http://www.warriorforum.com/images/ChatPicture.png" /></div> <div class="featuredtableusername">Featured Member</div> <div class="userswatching">Users Watching: 1,234</div></a></td>
<tr>
<td><a href="#"><div class="featuredimage"><img src="http://www.warriorforum.com/images/ChatPicture.png" /></div> <div class="featuredtableusername">Featured Member</div> <div class="userswatching">Users Watching: 1,234</div></a></td>
<tr>
<td><a href="#"><div class="featuredimage"><img src="http://www.warriorforum.com/images/ChatPicture.png" /></div> <div class="featuredtableusername">Featured Member</div> <div class="userswatching">Users Watching: 1,234</div></a></td>
</table>

<div class="featuredsearch">Search: <input name="searchfeatured" type="text" class="txt" /></div>
</div>
This page is at includes/featuredlist.php
#includes #work

Trending Topics