I would like to create a web page which allow people to browse the directory structure
and the files listed in every directory. If you have experience about that, could you
kindly give me some advice or references? Thanks in advance.
Cheers,
Helen
-
Get
>
>
> Can anyone tell me what the PHP equivelant might be?
It's interesting ASP uses the same format at SSI includes.
Helen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
teration |";
} // end else
// move everything along
$postPlace = $nextPlace;
$iteration ++;
} // end while
// remove the last line from the threadlinks
$threadLinks = subStr($threadLinks, 0, -1);
echo " $threadLinks | ";
} // end if
} // end function
Helen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Could that possibly be triggering the max file limit?
Helen
- Original Message -
From: "Jani Rautiainen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 5:27 PM
Subject: Re: [PHP] Problem with Uploading Many Files (>22)
> The logic would be to check if the script is called the first time, then
> the sql statement would be select travel.*, city.city from travel, city
> where travel.cityid=city.id limit 0,20.
> The second time or based on what has been selected on the page (1-20,
> 21-40, etc) add that to the sql s
5 matches
Mail list logo