I'm trying to add a url as one of the extra fields, and then to display that field somewhere on the showproduct page.
The code I used in showproduct.php is this:
Code:
Content visible to verified customers only.
$extra6 is a url, and $extra5 is the name of the site.
The problem that I am finding is that the link that actually ges created is appended to my domain. So the resulting link sends people to something like this:
http://www.mydomain.com/http://www.theLinkThatIEnteredAs$extra6.com
I'm sure I am missing something simple, so thanks in advance for your help.