lukelukeluke
Technical User
Hi there,
I would like to integrate a function into my little PHP application.
I've searched around and tried some things out with str_replace(), but i didnt find any solution
What i wanted to do was letting the Users write some things into a textarea field, also urls. I want to give them the possibility to write this around the url:
the_url_here
so people will be able to click on it. It should take this:
http://domain.com/
and make this with it:
<a class="xx" href="
any ideas?
thanks alot!
I would like to integrate a function into my little PHP application.
I've searched around and tried some things out with str_replace(), but i didnt find any solution
What i wanted to do was letting the Users write some things into a textarea field, also urls. I want to give them the possibility to write this around the url:
the_url_here
so people will be able to click on it. It should take this:
http://domain.com/
and make this with it:
<a class="xx" href="
any ideas?
thanks alot!