Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4123848
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T23:39:51+00:00 2026-05-20T23:39:51+00:00

I have a script that gets a string from a config file and based

  • 0

I have a script that gets a string from a config file and based on that string grabs the file names of a folder.

I now only need the iso files. Not sure if the best way is to check for the .iso string or is there another method?

<?php
    // Grab the contents of the "current.conf" file, removing any linebreaks.
    $dirPath = trim(file_get_contents('current.conf')).'/';

    $fileList = scandir($dirPath);

    if(is_array($fileList)) {
        foreach($fileList as $file) {
//could replace the below if statement to only proceed if the .iso string is present. But I am worried there could be issues with this.


         if ($file != "." and $file != ".." and $file != "index.php")
{

            echo "<br/><a href='". $dirPath.$file."'>" .$file."</a>\n";
    }
        } 
    }
    else echo $dirPath.' cound not be scanned.';
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T23:39:52+00:00Added an answer on May 20, 2026 at 11:39 pm

    If you only need the files with an extension of .iso, then why not use:

    glob($dirPath.’/*.iso’);

    rather than scandir()

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a script that gets the input from the user as an absolute
I have a utility build script that gets called from a variety of project-specific
I have a php script that gets called via an ajax call. Values are
This is driving me crazy. I have a PHP script that gets some data
I have a web scraping script that gets new data once every minute, but
I have a complex Powershell script that gets run as part of a SQL
I have a PHP script that opens an XML document, gets the DOM and
I have script that reads remote file content and writes it to local server.
I have a jQuery search that gets a search term from the user and
I have a script set up that for reasons of necessity gets both the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.