Re: [PHP] Recursivly Updating Files

2001-09-03 Thread skater
okay, sorry, had a blonde moment!!! it's more than just having a prepend and appending file onto it, i'm changing existing CSS into linked ones, existing Javascripts into includes, and taking the whole thing out of frames by using PHP includes in a table. each page needs to be edited and have cer

Re: [PHP] Recursivly Updating Files

2001-09-03 Thread Franklin van Velthuizen
Skater wrote: > 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 ? >> > > Reading the manual every now and then wouldn't hurt... really, it wou

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

Re: [PHP] Recursivly Updating Files

2001-09-03 Thread Rasmus Lerdorf
Why not just configure your server to use an auto_prepend_file ? On Mon, 3 Sep 2001, skater wrote: > 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