Hi
So I've got my top ten talkers backend program running.  It works like this,
netflow data is collected on the jffnms box which we parse for the top ten
talkers by bytes sent and populate an html table which looks like this
(called toptentable.php);

<html><body>
<p>
<table border="1">
<tr>
  <th>Host</th>
  <th>Bytes</th>
</tr>
<tr>
  <td>142.46.33.444</td>
  <td>3939324</td>
</tr>
<tr>
  <td>10.1.1.1</td>
  <td>1000000</td>
</tr>
</table>
</p>
</body></html>

And I've edited start.php to use the toptentable.php instead of the news
url.  When I login I see the table, but its all messed up in that the data
gets crammed into one column, not two.  Any idea as to how I can build a
table or edit the start.php code to allow the table I've built to be
displayed properly.  Thanks.


--

Jason 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
jffnms-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to