Reply to problems with <a href="<? echo $web; ?>">Website</a>
Posted by Jen on 12/05/07 04:35
Why oh why does my domain name become part of the link when I use the
following code.
<a href="<? echo $web; ?>">Website</a>
the variable $web is from a user input form.
Here's what the link looks like
--http://mysite.com/www.variablesite.com
All other variables display correctly in
the table including <a href="mailto:<? echo $email; ?>">E-mail</a>