PHP XP Statistics 1.1 Error
Posted: Sat Dec 10, 2005 8:33 pm
Error that i noticed in the PHP XP Statistics 1.1
In the index.php:
to
and then add the spacer.gif in the image folder.
In the index.php:
Code: Select all
echo "<tr><td colspan='4' class='tbl-frame1'><img src='/pstats/images/spacer.gif' width='1' height='1'></td></tr>" . Chr(10);
Code: Select all
echo "<tr><td colspan='4' class='tbl-frame1'><img src='images/spacer.gif' width='1' height='1'></td></tr>" . Chr(10);