amirkhansemail
Programmer
Hello,
My problem is if i say for eg:
it shows as plain text not as a link on the browser, so the question is how to make it appear as a clickable link WITHOUT using anchor href. Because on my site people are filling textarea box with the some other text, but when they enter a link as part of the text it just shows as plain text.
is there a function in php with the help of which we can make an http tag a link?
Your help is highly appreciated.
Thanks and best regards,
Amir Khan
My problem is if i say for eg:
Code:
echo "[URL unfurl="true"]http://www.cnn.com";[/URL]
it shows as plain text not as a link on the browser, so the question is how to make it appear as a clickable link WITHOUT using anchor href. Because on my site people are filling textarea box with the some other text, but when they enter a link as part of the text it just shows as plain text.
is there a function in php with the help of which we can make an http tag a link?
Your help is highly appreciated.
Thanks and best regards,
Amir Khan