I want to have my link list to be sorted by Category.. etc Category Videos or Pictures... and so that the most recent is at the top and it just shows either pictures or videos
This is my other code I have for sorting.. I would prolly have to add something similiar below this code...
Code:
$rt = mysql_query("SELECT * FROM files ORDER BY $sort $order");
while($filelist_array = mysql_fetch_array($rt)){
__________________
"Help me, Help you"
KnastyDotCom - 100% Original Videos and Pictures and more!
i still can't seem to figure this out... I want it so it just displays my categories separetly... So they can click videos and it just shows the videos etc.. instead of all of them mixed...
Videos
Pictures
Flash
Articles
__________________
"Help me, Help you"
KnastyDotCom - 100% Original Videos and Pictures and more!