In my website, users can put an URL in their profile.
This URL can be http://www.google.com
or www.google.com
or google.com
.
If I just insert in my PHP code <a href="$url">$url</a>
, the link is not always absolute.
How can I force the a
tag to be absolute ?