line breaks in between fetched file names


Posted on 16th Feb 2014 07:03 pm by admin

Hi,

I have this code:
Code: <?php
Did you know?Explore Trending and Topic pages for more stories like this.
if($dir = opendir('files')){
while (($file = readdir($dir) )!== false){
if ($file !='.' && $file !='..'){
echo '<a href="' . $file . '">' . $file . '</a>';"n";

}
}
closedir($dir);
}
?>
but when it outputs the files from the files folder, it lists them one after another with no spaces etc. How can I make it list one file per line?

e.g.
file_1.doc
file_2.png
file_3.exe

Thanks
No comments posted yet

Your Answer:

Login to answer
176 Like 40 Dislike
Previous forums Next forums
Other forums

PHP4 to PHP5 Conversion
Hi Everyone,

I am working on a site that is built up on PHP4 and each page is being started f

Post, not working, please help
The error is:
Method Not Allowed
The requested method POST is not allowed for the URL /student

Character Set Setup
Whats the best character set to use if you want every character to work, and also how do you make yo

Using CSS to format MySQL query
Hi,

If i want to have a news page on my site, which displays all records of a table in descen

Not adding to db
Hi, I can't figure out why it won't add the record to the database. It's just a simple form to get

Beginner PHP code help
Hi I'm new to php but if someone could please read the question below and help it would be great.

Connect to database that isn't localhost
I am currently doing a small script for a company that doesn't have mySql support on there hosting.

On page view, minus credit
Hello all, please, I need a little help with this script. I am charging one credit (credits can be p

Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get

insert mysql embeded videos as blobs?
Using TinyMCE my client will be able to embed images and flash videos into large columns of text whi

Sign up to write
Sign up now if you have flare of writing..
Login   |   Register
Follow Us
Indyaspeak @ Facebook Indyaspeak @ Twitter Indyaspeak @ Pinterest RSS



Play Free Quiz and Win Cash