NETHERWORLD AREAS OF PROCRASTANIA

Go Back

"; // after each bold is a column name so its appears organized echo ""; echo "warp"; echo "cords"; echo "height"; echo "biome"; echo "desc"; echo ""; while($nt=mysql_fetch_array($result)){ echo ""; // for each $nt has a correlated column name to display echo "$nt[warp]"; echo "$nt[cords]"; echo "$nt[height]"; echo "$nt[biome]"; echo "$nt[desc]"; echo ""; } echo ""; mysql_close(); ?>