Activity Stream
48,167 MEMBERS
6856 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 2 of 2
  1.     
    #1
    Probation

    Default 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); 
    Thanks in advance
    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

  2.   Sponsored Links

  3.     
    #2
    Member


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Selling] warez-forum.biz + Database + Full Directory Files
    By zohaibar in forum Completed Transactions
    Replies: 2
    Last Post: 15th Jan 2012, 03:17 PM
  2. Uploaded.to files and folders does not load!
    By Szabortusz in forum File Host Discussion
    Replies: 2
    Last Post: 8th Jan 2012, 06:47 PM
  3. Replies: 7
    Last Post: 7th Jan 2012, 08:10 PM
  4. How to Remote Uploaded Files [HF, FS, UL]
    By callado in forum General Discussion
    Replies: 12
    Last Post: 3rd Nov 2010, 03:27 PM

Tags for this Thread

BE SOCIAL