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

Results 1 to 10 of 21

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1.     
    #1
    Member
    Nearly working 100% :

    foreach (glob("$location*") as $thefolder) {
    If (is_dir($thefolder)) {
    rename($thefolder, str_replace(' ', '.', $thefolder));
    $folderx = $thefolder;
    break; // Breaks next loops since we only need 1
    }
    }

    echo $folderx;

    now the actual folder is renamed to The.Folder.X but $folderx is still returning = "/location/The Folder X"





    viruz99 Reviewed by viruz99 on . [PHP] Get Folder Name In A Location Hey Guys , Any idea how to get a name of a folder via php . e.g : /...../location/folderx i don't have the name of the folderx , how can i get the folder name via php ? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    PHP Code: 
    foreach (glob("$location*") as $thefolder) { 
        if (
    is_dir($thefolder)) {
            
    $folderx=str_replace(' ''.'$thefolder)
            
    rename($thefolder$folderx);
            break; 
    // Breaks next loops since we only need 1
        
    }
    }

    echo 
    $folderx

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mass rar each folder
    By Ruriko in forum Technical Help Desk Support
    Replies: 1
    Last Post: 11th Aug 2012, 01:24 PM
  2. Problem with folder.
    By sasa037 in forum Technical Help Desk Support
    Replies: 4
    Last Post: 25th Dec 2011, 06:42 AM
  3. Track Folder Changes
    By Daniel in forum Webmaster Resources
    Replies: 0
    Last Post: 3rd Nov 2011, 02:06 PM
  4. VPS Folder Permissions.
    By Trueno22 in forum Server Management
    Replies: 8
    Last Post: 23rd Aug 2010, 09:59 PM
  5. [WTS] Database Folder.
    By Luke in forum Completed Transactions
    Replies: 3
    Last Post: 20th Sep 2009, 05:01 PM

Tags for this Thread

BE SOCIAL