Posted by Jerry Stuckle on 10/02/06 02:35
Jits wrote:
> Jerry Stuckle wrote:
>
>>Just get the directory listing in PHP and display it. No need to do
>>anything with .htaccess.
>>
>>--
>>==================
>>Remove the "x" from my email address
>>Jerry Stuckle
>>JDS Computer Training Corp.
>>jstucklex@attglobal.net
>>==================
>
> Could u pls let me know how to do this in PHP. are there any example
> on the net for which u have the links?
>
> I am very new to PHP and also interested in learning such things.
>
> Cheers
> Jitendra (BSc)
(Top posting fixed)
http://www.php.net/manual/en/function.opendir.php
http://www.php.net/manual/en/function.readdir.php
http://www.php.net/manual/en/function.readdir.php
http://www.php.net/manual/en/function.echo.php
See the user notes on the first three for details on scanning directories.
P.S. Please don't top post. Thanks.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|