<?php $info = mysql_fetch_row(mysql_query("SELECT te_overall, te_id info FROM prefix_teams")); ?> <table> <tr> <td><?php $info[te_overall]; ?></td><td><?php $info[te_id]; ?></td> <tr/> </table>