Posted by Hadanite Marasek on 10/23/07 18:06
> Is it possible for a PHP script on its own to search a folder based on file
> name and retrieve the pdf file or will i need to add the files name to a
> mysql table for php to lookup?
>
> TIA for any advice/opinion anyone can give
You could take a look at glob, that should help to solve your problem:
http://de3.php.net/manual/en/function.glob.php
--
Mein Zeugs:
http://www.hadanite-marasek.de/classes.php
http://www.objektivsuche.de/
Ansonsten:
http://www.php-faq.de/q/q-newsgroup-wie-helfen.html
[Back to original message]
|