Hello everyone..
Let's say I have this
And I want to insert a <div> tag before every anchor tag and a </div> after every close anchor tag. Is this possible in PHP? (I'm coming from JavaScript)..PHP Code:$string = '<a>some text</a><a>some text</a><a>some text</a>';


Reply With Quote
Bookmarks