jeremy860
May 24th, 2007, 09:51 AM
Hi,
I need to know how to mass search and replace some html code across a whole database?
this is what I need to do
I need to change this:
<a href="http://www.myspacegeek.net/" target="_blank"><img src="http://www.myspacegeek.net/layouts/support.gif" alt="MySpace Layouts" style="position:absolute; left:0px; top: 0px;" border="0"></a> <br>
Get more <a href="http://www.myspacegeek.net/">MySpace Layouts</a> at <a href="http://www.myspacegeek.net/">MySpaceGeek.net</a><br>
to this:
<a href="http://www.layoutsgallery.com/" target="_blank"><img src="http://www.layoutsgallery.com/support/layoutsgallerysupport.gif" alt="MySpace Layouts Gallery" style="position:absolute; left:0px; top: 0px;" border="0"></a> <br>
Visit <a href="http://www.layoutsgallery.com/">MySpace Layouts Gallery</a> at <a href="http://www.layoutsgallery.com/">LayoutsGallery.com</a><br>
Reason I want to do this is because I want to promote one of my other sites on my higher traffic site for a good week to build up some backlinks.
I need to know how to mass search and replace some html code across a whole database?
this is what I need to do
I need to change this:
<a href="http://www.myspacegeek.net/" target="_blank"><img src="http://www.myspacegeek.net/layouts/support.gif" alt="MySpace Layouts" style="position:absolute; left:0px; top: 0px;" border="0"></a> <br>
Get more <a href="http://www.myspacegeek.net/">MySpace Layouts</a> at <a href="http://www.myspacegeek.net/">MySpaceGeek.net</a><br>
to this:
<a href="http://www.layoutsgallery.com/" target="_blank"><img src="http://www.layoutsgallery.com/support/layoutsgallerysupport.gif" alt="MySpace Layouts Gallery" style="position:absolute; left:0px; top: 0px;" border="0"></a> <br>
Visit <a href="http://www.layoutsgallery.com/">MySpace Layouts Gallery</a> at <a href="http://www.layoutsgallery.com/">LayoutsGallery.com</a><br>
Reason I want to do this is because I want to promote one of my other sites on my higher traffic site for a good week to build up some backlinks.