turn urls into links but not break images src or Flash embeds in php

bigross1324

New Member
I had a code that turned \[code\]http://\[/code\] in to \[code\]<a\[/code\] links. the issue with it was that it would break images and flash players. It was using Regex. Does anyone know of a Regex code that would do this?
 
Back
Top