Re: [PHP] Parse info from 1,000 files to file

2010-06-04 Thread tedd
At 5:03 PM -0700 6/3/10, Jim Lucas wrote: Sam Smith wrote: > Can someone briefly point me to the functions I'll need to parse some > information from thousands of files in a single directory and then > prepare the extracted info into a single file for SQL import? > > Like file() or readfile(

Re: [PHP] Parse info from 1,000 files to file

2010-06-03 Thread Jim Lucas
Sam Smith wrote: > Can someone briefly point me to the functions I'll need to parse some > information from thousands of files in a single directory and then > prepare the extracted info into a single file for SQL import? > > Like file() or readfile() and some regex and writefile?? > > Thanks >

Re: [PHP] Parse info from 1,000 files to file

2010-06-02 Thread Andre Polykanine
sule - Original message - From: Sam Smith To: php-general@lists.php.net Date: Wednesday, June 2, 2010, 9:24:20 PM Subject: [PHP] Parse info from 1,000 files to file Can someone briefly point me to the functions I'll need to parse some information from thousands of files in a single directory

[PHP] Parse info from 1,000 files to file

2010-06-02 Thread Sam Smith
Can someone briefly point me to the functions I'll need to parse some information from thousands of files in a single directory and then prepare the extracted info into a single file for SQL import? Like file() or readfile() and some regex and writefile?? Thanks -- PHP General Mailing List (htt