PHP - How to create hyperlink from string?

Sean K

New member
Lets say I have a string called:

$url = "http://yahoo.com";

How can I convert the variable $url to a clickable hyperlink?

Thanks
 
Back
Top