Sorting by Filetype/Size ?????

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
JustinMs66
Forum Contributor
Posts: 127
Joined: Sun Sep 03, 2006 4:18 pm

Post by JustinMs66 »

kk. but like i know that we did a "type sort" thing, but we never did a actual displaying of the type. like before it's sorted. we did one for size, but not type. and i have already tried my best to do it.

can u help me a little with that?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Do you know how to display things to the screen? If so, apply that to the script you are working on. If not, read up in the manual on how to echo() or print() to the screen.
Post Reply