line breaks in between fetched file names


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

Hi,

I have this code:
Code: <?php
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

how to use two buttons with php
hi i have one form. there are three fields which are to be filled by the user. and then there are tw

Database 'Validation'
Hi everyone,
I'm trying to validate the password entered by the user with the password in the dat

want a code for uploading and downloading
i m trying to upload and download to my site..i need upload and download code ...i use a code for up

Using unserialize()
Hi there.

I have some data in my database that is serialized.

e.g.

a:2:{i:0

Uploading/Downloading files stored in MySQL database
Hey all,

This problem just came up in my website and I'm having a hard time figuring out what

How can I get my program to read a larger array ??
Hi:

I have this program that reads from an array to do calculations. The array are just t

Quick variable question
hey guys/gals,
im trying to write a php script and it works fine as i have it, but i need to set

PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi

Exporting new records
Trying to figure out the best way to set this up.

People register my site.

Their prof

PHP Code reffering to database, doing something wrong.. pls help
Well i am quite new with PHP
and for school we have to make a PHP script which reffers to a Data

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