Hi All,
Can anyone see why this line dos not produce real links if they have "http://" add to them when added to the data base ?
//----------------------------------------------
$result = mysql_query("SELECT * FROM track ORDER BY rand()");while($row = mysql_fetch_array($result)) { echo '<td> <a class="mylink" target=_parent href="http://', $row['car'],'">',$row['tag'] . "<br>"; }
//----------------------------------------------------
the links work well as long as the link is added "www.abc123doerayme.com" but not when added like "http://www.abc123doerayme.com"