| Posted by Mladen Gogala on 11/15/05 17:13 
On Mon, 14 Nov 2005 16:18:02 +0100, g0c wrote:
 > i want to include files begining with "tn_"
 > what in the heck must stand in pattern position, i tried everything ,
 > nothing worked
 > i have actually 8 files starting with tn_* of course ...
 
 $files=glob('./tn_*');
 foreach ($files as $f) {
 print "$f\n";
 }
 
 
 If you kill yourself, may I have your stereo?
 
 
 --
 http://www.mgogala.com
 [Back to original message] |