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']...
Hi i am working on a website all i need to know is that like i am having 3 files test1, test2 and test3 now text1 is the main page and test3 is having two functions named fun1 and fun2 now i am including it on test2 and made another function named fun3 which will call both fun1 and fun2 from...