Keshav Nair
New member
Ok now all i need to do it display this in php
<table class="conthead">
<tr>
<td width="1000"><?php echo $row_bbcat['title']; ?></td>
<td width="150"></td>
<td width="100">Last Post</td>
</tr>
</table>
<table class="contdesc">
<tr>
<td><?php echo $row_bbcat['description']; ?></td>
</tr>
</table>
<table class="conthead">
<tr>
<td width="1000"><?php echo $row_bbforum['title']; ?></td>
<td width="150"><?php echo $totalRows_bbforum; ?></td>
<td width="100">Last Post</td>
</tr>
</table>
<table class="contdesc">
<tr>
<td width="1000"><?php echo $row_bbforum['description']; ?></td>
</tr>
</table>
Now do i do that?
and i am fetching the variables from mysql database
<table class="conthead">
<tr>
<td width="1000"><?php echo $row_bbcat['title']; ?></td>
<td width="150"></td>
<td width="100">Last Post</td>
</tr>
</table>
<table class="contdesc">
<tr>
<td><?php echo $row_bbcat['description']; ?></td>
</tr>
</table>
<table class="conthead">
<tr>
<td width="1000"><?php echo $row_bbforum['title']; ?></td>
<td width="150"><?php echo $totalRows_bbforum; ?></td>
<td width="100">Last Post</td>
</tr>
</table>
<table class="contdesc">
<tr>
<td width="1000"><?php echo $row_bbforum['description']; ?></td>
</tr>
</table>
Now do i do that?
and i am fetching the variables from mysql database