What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Some PHP Help

Some PHP Help
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: Some PHP Help
quote:
Originally posted by Mike
I think scandir(); works only for PHP 5...
Thats correct.

in php4 you could use this function insted

code:
<code>function scandir2($dir){
$dh  = opendir($dir);
while (false !== ($filename = readdir($dh))) {
    $files[] = $filename;
}
return $files;
}

</code>
[Image: dt2.0v2.png]      Happy Birthday, WDZ
11-25-2005 02:17 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Some PHP Help - by Val on 11-25-2005 at 03:49 AM
RE: Some PHP Help - by Ash_ on 11-25-2005 at 03:52 AM
RE: Some PHP Help - by Val on 11-25-2005 at 03:56 AM
RE: Some PHP Help - by Ash_ on 11-25-2005 at 04:07 AM
RE: Some PHP Help - by Val on 11-25-2005 at 04:14 AM
RE: Some PHP Help - by Ash_ on 11-25-2005 at 04:15 AM
RE: Some PHP Help - by Val on 11-25-2005 at 04:24 AM
RE: Some PHP Help - by Ash_ on 11-25-2005 at 04:27 AM
RE: Some PHP Help - by Val on 11-25-2005 at 04:35 AM
RE: Some PHP Help - by Mike on 11-25-2005 at 12:57 PM
RE: Some PHP Help - by -dt- on 11-25-2005 at 02:17 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On