[FX.php List] Re: Messed up Up Outgoing Links
John Moed
john at technames.com
Mon Jun 2 15:01:38 MDT 2008
It won't work without the http:// in front for web pages / sites.
Here is a working sample from my site:
<a target="_blank" href="http://<?php echo $findData['website'][0];
?>"><?php echo $findData['website'][0]; ?></a>
In my database, I have the websites without the www and, with the above
line, I tack the http:// to the front.
Thanks,
John
More information about the FX.php_List
mailing list