|
Posted by Jochen Mattes on 10/28/06 18:18
Robertico schrieb:
> 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
>
>
Hi Robertico,
it's quite easy *g*
I'll give you the keywords:
loop, array, dir (http://ch2.php.net/manual/en/class.dir.php),
is_dir() (http://ch2.php.net/is_dir)
Try it out!
If you need more support just send me an email (jmattes {at} student
{dot} ethz {dot} ch)
But try to solve it yourself before sending me an email.
Greets Jochen
Navigation:
[Reply to this message]
|