How would I go about making a php page that simply states in the database "hope" table "erzo" if column "g" is equal to "1" and not "0" then it will state the "userid" columns on the PHP page?
Kinda confusing but most would be able to understand..
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...