Can I use PHP to change HTML files on server-side?
I have thousands of static HTML files on server, but I wanna change a bit code to each one em now, can I do it via a PHP script? which function?
Thank You!
i don't know if that can be done in PHP, but i have a PERL script that i use all the time to do tasks like that. hit me up on ICQ
SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60. Let me repeat... A 120 x 60 button and no more that 3 lines of DEFAULT SIZE AND COLOR text.
yes you can do it, but if you're asking how to go about it, you'd be better off using a text editor, downloading the files and doing a find/replace as suggested above. You'll also need to play around with fopen http://us2.php.net/fopen and file permissions might be an issue (chmod).
Comment