deadliver

Members
  • Content count

    1
  • Joined

  • Last visited

About deadliver

  • Rank
    Forum Newbie
  1. $htmlSTR =<<<EOD <table> ..............blah blah blah here <tr> <td colspan="3"> {$FC->renderChart()} </td> </tr> </table> EOD; I have this in a function and then return my string and echo it, but when I echo this the chart always renders above the table and not within the table. Any suggestions on how to code this? or basically on how to determine where this shows up in a page ? I am not switching between php/html etc. All my code is straight php.