[PHP] Directory Listing and File Reading errors

2001-09-04 Thread skater
I'm recursivley reading and editing every .htm and .html file in a 500 page website and upgrading it to contain linked CSS, Javascript includes and PHP includes. i can't use a pre_pend file as there's more than one website on the server, and the changes are embedded in the document rather than jus

Re: [PHP] Recursivly Updating Files

2001-09-03 Thread skater
e after reading 8000 files in a 1000 file site, the script times out... "Franklin Van Velthuizen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Skater wrote: > > what does that entail? > > > > > > "Rasm

Re: [PHP] Recursivly Updating Files

2001-09-03 Thread skater
what does that entail? "Rasmus Lerdorf" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Why not just configure your server to use an auto_prepend_file ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] Recursivly Updating Files

2001-09-03 Thread skater
help!!! I'm recursivley reading and editing every .htm and .html file in a 1000 page website and upgrading it to contain linked CSS, Javascript includes and PHP includes. the script works fine and all, trouble is that PHP doesn't. Sometimes the script will run fine, other times PHP will decide t