Results 1 to 2 of 2
-
29th Mar 2011, 06:56 AM #1OPProbation
Help sorting files from directory by latest uploaded
Hi, I'm new here..
Please help me, I'm still new with php and I want to sort my files from dir to show the latest uploaded first..
Please fix this code
PHP Code:$dir = "video/new";
if(!($dp = opendir("$dir"))) die ("Cannot open ./");
$file_array = array();
while ($file = readdir ($dp))
{
if(substr($file,0,1) != '.' and $file != "index.php" and $file != "thumbs")
{
$file_array[] = $file;
}
}
$file_count = count ($file_array);
sort ($file_array);
Jgutz Reviewed by Jgutz on . Help sorting files from directory by latest uploaded Hi, I'm new here.. Please help me, I'm still new with php and I want to sort my files from dir to show the latest uploaded first.. Please fix this code $dir = "video/new"; if(!($dp = opendir("$dir"))) die ("Cannot open ./"); $file_array = array(); while ($file = readdir ($dp)) { if(substr($file,0,1) != '.' and $file != "index.php" and $file != "thumbs") { Rating: 5
-
29th Mar 2011, 07:53 PM #2
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Selling] warez-forum.biz + Database + Full Directory Files
By zohaibar in forum Completed TransactionsReplies: 2Last Post: 15th Jan 2012, 03:17 PM -
Uploaded.to files and folders does not load!
By Szabortusz in forum File Host DiscussionReplies: 2Last Post: 8th Jan 2012, 06:47 PM -
[TorrentFlux] By mistake I hv deleted folders before files under Download directory!!
By soum111 in forum Hosting DiscussionReplies: 7Last Post: 7th Jan 2012, 08:10 PM -
How to Remote Uploaded Files [HF, FS, UL]
By callado in forum General DiscussionReplies: 12Last Post: 3rd Nov 2010, 03:27 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...