/ Published in: PHP
URL: http://bavotasan.com/tutorials/turn-plain-text-urls-into-active-links-using-php/
Expand |
Embed | Plain Text
function HyperlinkText($text) { } If people put this function in the bottom of their PHP file, they can now simply call it throughout the code by typing: echo HyperlinkText("Your http://thisismyurl.com here.");
You need to login to post a comment.
