Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 26-05-2004, 02:53 PM
Novice Webmaster
 
Join Date: Feb 2003
Location: JB
Posts: 26
Rep Power: 0
koisempoi is on a distinguished road
Send a message via Yahoo to koisempoi
How this work ???

How to use this tag.this tag is to create new empty folder right ?but it return an error when i run it.how to modified it so it can create a new empty folder ?

PHP Code:
<?php 

    $path 
"**path**"// source folder = not empty folders 
    
$dir=opendir($path); 
    while (
$file2 readdir($dir)) { 
    if (
$file2 != ".." AND $file2 != ".") { 
    
$dirname "**path**" $file2// target folder = empty folders 
    
mkdir($dirname0777); 
    } 
    } 
    
closedir($dir); 
    echo 
"directory created"
    
?>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 27-05-2004, 12:06 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
you need to replace the **path** with your source directory.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-06-2004, 10:47 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
eg:

$path = "/www/archive/";
....
$dirname = $path . $file2;

if $file2 look like this /www/images

php will create new file like above /www/images
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-06-2004, 12:47 PM
lina's Avatar
Novice Webmaster
 
Join Date: Mar 2004
Location: malaysia
Posts: 96
Rep Power: 59
lina is on a distinguished road
Send a message via Yahoo to lina
got it, koisempoi?
__________________
liNa
http://2lina.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-06-2004, 04:31 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
dah la tu kot
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How come he doesn't have to work??? RB388 Member Introductions 14 10-01-2007 11:53 PM
check my work punithan Websites Review and Suggestion 6 29-06-2005 07:20 PM
Don't want to pay to work at home? gold2006 Job Vacancies 1 08-04-2005 03:03 PM
My First PHP didn't work! maman Website Programming 8 27-10-2004 02:30 AM
Will this tips work? List Mamak Stall 6 18-10-2004 02:09 AM


All times are GMT +8. The time now is 01:15 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61