How would I make it load an image on every line of the table under the skill column? the image is at img/chicken.png
I want it to look like
skill...playername...level...experience
img....rawr123....99....1232222
img....quack.....34......12222
echo "<center>";
echo "<table border='1'>";
echo...