Recent content by Keshav Nair

  1. K

    how to display html codes in php?

    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']...
  2. K

    How to call functions within a function in php?

    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...
Back
Top