mmelen
Apr 27th 2008, 10:08 pm
I need to replace some code on 400+ PHP pages.
The code is multi-lined.
Is there any program that will do this for me?
And one more thing...
I need to replace something that's different on every page.
<param name="movie" value="XXXXXXXXX">
<embed src="XXXXXXXXXX" width="650" height="450">
The XXXXXXXXXX is different on each of my pages. (the .swf URL hard coded in).
I figure that I want the URL to be retrieved from the Mysql database instead of hard coded on right away....
But I can't really search for XXXXXXXXXX because it's different on every page... so I would need to search for (and replace) what's between embed src=" and width="650" height="450">
Can I do that??
The code is multi-lined.
Is there any program that will do this for me?
And one more thing...
I need to replace something that's different on every page.
<param name="movie" value="XXXXXXXXX">
<embed src="XXXXXXXXXX" width="650" height="450">
The XXXXXXXXXX is different on each of my pages. (the .swf URL hard coded in).
I figure that I want the URL to be retrieved from the Mysql database instead of hard coded on right away....
But I can't really search for XXXXXXXXXX because it's different on every page... so I would need to search for (and replace) what's between embed src=" and width="650" height="450">
Can I do that??