5, September 2008

readdir prob - webmaster forum

 
Webdigity webmaster forums
This forum shares its ad revenue with its members!
[ Home | Help | Search | Forum's Shop | Archive | Login | Register | Webmaster Directory ]
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: readdir prob
« previous next »
Pages: [1] Print

Author Topic: readdir prob  (Read 419 times)
Where are my glasses?
*
Posts: 22
212 credits
Members referred : 0



« on: Aug 30, 2005, 07:29:06 PM »

I have this code :

Code:
<?php
$dh
=opendir('dir_name');

while(
false !== ($file=readdir($dh) ) )
{
if( 
is_file($file) )
    echo
"file";
else
    echo
"dir!"
}
?>


Can you help me make it work?
I am a metal monkey!
Administrator
Community Supporter ?
Jedai Sword Master
*****
Gender: Male
Posts: 8037
41179 credits
Members referred : 3



« Reply #1 on: Aug 30, 2005, 07:53:06 PM »

Here you are :

Code:
<?php
$dh
=opendir('dir_name');

while(
false !== ($file=readdir($dh) ) )
{
if( 
is_file('dir_name' $file) ) //The prob was here
    
echo"file";
else
    echo
"dir!"
}
?>

Trial and Error my two best teachers Cool
Join us @ facebook Visit through proxy

Last blog : MIA - Where Nick and Tim
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=55
Bookmark this thread : Digg Del.icio.us Dzone more....

Topic sponsors:
Get a permanent link here for $1.99!


Pages: [1] Print 
Webdigity Webmaster Forums  >  Web Development  >  PhP
Topic: readdir prob
« previous next »
Jump to:
User Area
Welcome, Guest. Please login or register.
Did you miss your activation email?
Sep 05, 2008, 05:51:11 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!


Forum Statistics
Total Posts: 36.293
Total Topics: 7.476
Total Members: 3.899
Tutorials : 56
Resources : 143
Designs : 220
Latest Member: speedy5044

27 Guests, 4 Users online :

15 users online today:



Readers

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