iLLeLogicaL Posted May 30, 2007 Share Posted May 30, 2007 Hello, Problem: I don't know how I have to use the eregi_replace function to have it look for certain tags like [url=http://www.somerandomurl.com]randomurl[/url] Now I want to retrieve the url of of lets say $page and store it into $url So that in the end the value in $url is http://www.somerandomurl.com - randomurl or something like it Help please -- iLLeLogicaL -- Quote Link to comment https://forums.phpfreaks.com/topic/53606-correct-use-of-eregi_replace/ Share on other sites More sharing options...
per1os Posted May 30, 2007 Share Posted May 30, 2007 Look into BBCode functions via google, IE PHP BBCode functions or something. There are plenty of BBCode parsing functions already created, even a quick search of this forum you should fine some code for BBCode parsing. Quote Link to comment https://forums.phpfreaks.com/topic/53606-correct-use-of-eregi_replace/#findComment-264967 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.