Posts: 3,139
Name: Thierry
Location: I'm the uber Spaminator !
|
I thought you would catch from there.
Simply do a foreach on the array:
PHP Code:
$files=getfiles("."); foreach($files as $key=>$value){ opening($value); }
It's as simple as that
:-))
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 06-30-2009 at 09:13 AM..
|