Posted by Steven Saunderson on 05/05/06 04:50
On Thu, 04 May 2006 17:39:32 -0700, Jim Moe
<jmm-list.AXSPAMGN@sohnen-moe.com> wrote:
> chlori wrote:
> >> If you can run PHP files on your server you could use something like
> >> this:
> >>
> >> <?php
> >> $dir=""; // Directory where files are stored
> >> if ($dir_list = opendir($dir)) {
> >> while(($filename = readdir($dir_list)) !== false) {
> >>
> That should be "readdir($dir_list)) != false".
No !!! The original is correct.
--
Steven
Navigation:
[Reply to this message]
|