Jump to content

turn link into link


manix

Recommended Posts

Then do that? You asked if there was an easier way... There is, but it requires knowledge of Regular Expressions.

 

Alternately, you could use strpos( $body, 'http', $offset ) in a loop until it returns boolean false, searching for the next space and updating the offset with that. Store the start/end in an array, and use those offsets to pull the urls into an anchor tag afterwards.

Link to comment
https://forums.phpfreaks.com/topic/244789-turn-link-into-link/#findComment-1257374
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.