dcuellar Posted May 1, 2008 Share Posted May 1, 2008 This is the code I have right now to automatically convert urls: $urlReplaceArray = array( "[url]\\2\\4[/url]" ); What I'd like to do is change it from to if within a specified forum (more than one forum), and the default [url] otherwise. I imagine it would require an IF and ELSE somewhere in there... Link to comment https://forums.phpfreaks.com/topic/103726-help-with-urls/ Share on other sites More sharing options...
dcuellar Posted May 1, 2008 Author Share Posted May 1, 2008 I meant to type the code tag, but I guess it automatically coded it. Link to comment https://forums.phpfreaks.com/topic/103726-help-with-urls/#findComment-531083 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.