28, May 2012

Directory browsing prob - webmaster forum

 
Webdigity webmaster forums
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Directory browsing prob
« previous next »
Pages: [1] Print
Instabuck - The easy way to sell digital products online

Author Topic: Directory browsing prob  (Read 1095 times)
OMG!I am geek
**
Gender: Male
Posts: 56
374 credits
Members referred : 0



« on: Sep 25, 2005, 05:33:41 pm »

I would like to create a script that will be able to browse a directory, and display links with the html files.

For example if the file called a.html it should produce <a href=/directory/a.html>a</a>

Can you please help me on this?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 5799
46391 credits
Members referred : 3



« Reply #1 on: Sep 25, 2005, 05:50:25 pm »

Ok here is your code :

Code:
<?php
ini_set
('display_errors',1);
$dir 'zen/docs'// <- This should be a directory in your http path not in the filesystem. Do not add a slash in the end
$dh=opendir($dir);

while(
false !== ($file=readdir($dh) ) )
{
    if ( 
strtolower(substr($file, -4)) == 'html' )
    {
       echo 
'<a href="' $dir '/' $file '">' substr($file0,-5) . '</a><br />';
    }
}
?>


Trial and Error my two best teachers Cool
Join us @ facebook or twitter

Last blog : Butterfly Marketing 2.0
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=443
Tags : html Bookmark this thread : Digg Del.icio.us Dzone more....

Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: Directory browsing prob
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 28, 2012, 02:12:09 pm





Login with username, password and session length

Donate to our community, and get a permanent link back to your site!

Donate to our community, and get a permanent link back to your site!






Web Design Gallery · Whois Lookup · Pagerank · Tag Browsing · Lo-fi version · Syndication · Webmaster forum history · Advertise
Developed by HumanWorks © 2005 - 2012 Webdigity webmaster community · sublime directory
Webdigity Webmaster Forums | Powered by SMF 1.0.12. © 2001-2005, Lewis Media. All Rights Reserved.