How can I get it to work if it's in a php page? Looks like this:
$htmlwebsite = '<a href<>\\'.$website.'\\>'.$website.'</a>';
The browser treats it like a relative url when it's an absolute url. Take out the <> and put = in it's place.
Instead of going to (example):
www.webproworld.com it goes to
www.kaytrimbath.com/www.webproworld.com