Code: Select all
<?php
$result = @mysql_query("SELECT * FROM records_total ORDER BY `date` DESC");
?>So it would look like
Variable 1----Variable 2------League
blah----------blah-------------cal
Moderator: General Moderators
Code: Select all
<?php
$result = @mysql_query("SELECT * FROM records_total ORDER BY `date` DESC");
?>