mininova > Home
= "'.$today.'" '; $query .= 'ORDER BY '.get_table_order('cat ASC').', tor.time_added DESC '; $result = mysql_query($query) or die('Error in SQL query: '.mysql_error()); echo '

'.mysql_num_rows($result).' torrents added today

'; print_table($result, array(0, 2, 1, 3, 4, 5), '', true, 'cat', true, true, true); echo '

Added yesterday

'; echo 'Click here to see the torrents added yesterday.'; print_footer(); ?>