Posted by Jerry Stuckle on 10/28/06 12:32
Robertico wrote:
> I'am new to php and have a question about a recursive file search.
> I'd like to do a recursive search for jpg-files and add the filenames (full
> path) to a mysql database.
> I appreciate any help !
>
> Regards,
>
> Robertico
>
>
For a start, check out these functions:
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.closedir.php
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|