2 Orders in Query
Posted: Mon Mar 15, 2004 11:40 am
I've done this before but I'm sorta stumped on how to do it again.
That gives parse error, HELP?
?????????????????
Code: Select all
<?php
$result = @mysql_query("SELECT * FROM portfolio WHERE type='$section' ORDER BY `type`,`id` DESC");
?>?????????????????