Advertisement
duck__boy1981

Replace all URL's

Jul 6th, 2012
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.06 KB | None | 0 0
  1. /**
  2.  * This is the exact string that I need to replace all URL's on.
  3.  *
  4.  * The code will be used on multiple sites, whcih is why it I need to pick up every instance of
  5.  * `http://` and then find the next '/'. It is between these that I need to replace all text
  6.  * with 'www.mainsite.com'.
  7. */
  8.  
  9. <li id="page-item-65" class="page_item page-item-65 current_page_item"><a href="http://microsite.dynedrewett.com/">Home</a></li>
  10. <li id="page-item-4314" class="page_item page-item-4314"><a href="http://microsite.dynedrewett.com/why-us/">Why us?</a></li>
  11. <li id="page-item-6134" class="page_item page-item-6134"><a>Services</a>
  12. <ul class='children'>
  13.     <li id="page-item-6136" class="page_item page-item-6136"><a href="http://microsite.dynedrewett.com/sector-services/agriculture/">Agriculture</a></li>
  14.     <li id="page-item-6139" class="page_item page-item-6139"><a href="http://microsite.dynedrewett.com/sector-services/commercial/">Commercial</a></li>
  15.     <li id="page-item-6141" class="page_item page-item-6141"><a href="http://microsite.dynedrewett.com/sector-services/dispute-resolution/">Dispute Resolution</a></li>
  16.     <li id="page-item-6143" class="page_item page-item-6143"><a href="http://microsite.dynedrewett.com/sector-services/family/">Family</a></li>
  17.     <li id="page-item-6145" class="page_item page-item-6145"><a href="http://microsite.dynedrewett.com/sector-services/private-client/">Private Client</a></li>
  18.     <li id="page-item-6147" class="page_item page-item-6147"><a href="http://microsite.dynedrewett.com/sector-services/residential-property/">Residential Property</a></li>
  19. </ul>
  20. </li>
  21. <li id="page-item-67" class="page_item page-item-67"><a href="http://microsite.dynedrewett.com/news-and-events/">News</a></li>
  22. <li id="page-item-88" class="page_item page-item-88"><a href="http://microsite.dynedrewett.com/our-people/">Our people</a></li>
  23. <li id="page-item-162" class="page_item page-item-162"><a href="http://microsite.dynedrewett.com/careers/">Careers</a></li>
  24. <li id="page-item-7" class="page_item page-item-7"><a href="http://microsite.dynedrewett.com/contact-us/">Contact us</a></li>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement