Finding URLs and copying them to an array (php)?

  • Thread starter Thread starter joe v
  • Start date Start date
J

joe v

Guest
the string contains something like:

blablalalaala g o o g l e balbalblalblalbla yahoooo etc etc

how do i find the urls (http://www.google.com/ and http://www.yahoo.com/) in the string and copy each url in an array? can you give an example?
 
Back
Top