Tagged Questions

0
votes
1answer
57 views

Need help understanding create_function() and regex

After allot of searching around SO and other forums also stumbling over various php function documentation, I tried to edit a function that I found on here(converts URLs to clickable links) so it will ...