Html Link

wxdqz

New Member
This may seem trivial to most BUT... On my search result printf one column needs to be linked to outside web sites. Like field #1 businessname field #2 businesswebsite.
The print is: <TD>%s</TD>
<TD><A HREF=http://www.phpbuilder.com/board/archive/index.php/\"%s\">Web Site</A></TD> Where each %s is for each column. What I am getting for a link is <!-- m --><a class="postlink" href="http://www.mysite.com/www.theresite.com">http://www.mysite.com/www.theresite.com</a><!-- m --> And we know that is not going to work.
Any suggestions?
Thanks
Matt
 
Back
Top