GetDotted Domains

Viewing Thread:
"PHP help required..."

The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.

Fri 19/03/04 at 17:14
Regular
"Digging!"
Posts: 1,560
Hay all,
I have a nice little PHP script which saves me a lot of fiddling on my site which is as follows:


// Define the full path to your folder from root
$path = "/home/freehost/t35.com/s/t/stevesmiscellany/WEBSITES/";

// Open the folder
$dir_handle = @opendir($path) or die("Unable to open $path");

// Loop through the files
while ($file = readdir($dir_handle)) {

if($file == "." || $file == ".." || $file == "sitemap.php" )

continue;
echo "$file";

}

// Close
closedir($dir_handle);

?>

The problem is that it displays all the files as a continuouse list one after each other, bu I want it to put "Enter"s inbetewn each file as per

 

in HTML. How would I change the script to do this?

Many Thanks
S.A.
Fri 19/03/04 at 17:20
Regular
"bing bang bong"
Posts: 3,040
I'm not sure how that script works in its current form, but adding echo('

 

'); below your current echo function may work.
Fri 19/03/04 at 17:17
Regular
"Digging!"
Posts: 1,560
AH, a while I'm here, how would I go about stoping it showng the file extensions? e.g. home.php to just home.

Thanks
S.A.
Fri 19/03/04 at 17:14
Regular
"Digging!"
Posts: 1,560
Hay all,
I have a nice little PHP script which saves me a lot of fiddling on my site which is as follows:


// Define the full path to your folder from root
$path = "/home/freehost/t35.com/s/t/stevesmiscellany/WEBSITES/";

// Open the folder
$dir_handle = @opendir($path) or die("Unable to open $path");

// Loop through the files
while ($file = readdir($dir_handle)) {

if($file == "." || $file == ".." || $file == "sitemap.php" )

continue;
echo "$file";

}

// Close
closedir($dir_handle);

?>

The problem is that it displays all the files as a continuouse list one after each other, bu I want it to put "Enter"s inbetewn each file as per

 

in HTML. How would I change the script to do this?

Many Thanks
S.A.

Freeola & GetDotted are rated 5 Stars

Check out some of our customer reviews below:

Easy and free service!
I think it's fab that you provide an easy-to-follow service, and even better that it's free...!
Cerrie
My website looks tremendous!
Fantastic site, easy to follow, simple guides... impressed with whole package. My website looks tremendous. You don't need to be a rocket scientist to set this up, Freeola helps you step-by-step.
Susan

View More Reviews

Need some help? Give us a call on 01376 55 60 60

Go to Support Centre
Feedback Close Feedback

It appears you are using an old browser, as such, some parts of the Freeola and Getdotted site will not work as intended. Using the latest version of your browser, or another browser such as Google Chrome, Mozilla Firefox, or Opera will provide a better, safer browsing experience for you.