I am trying display a link from my mysql database. I cannot get it done, It shows like this, for example www.mywebsite.com/www.google.com How can I get rid of my website url from this. this is my actual code in display.php
<tr>
<td> </td><td> </td><td align="right" valign="top"><b>Full Text Link :</b></td>
<td align="left" valign="top"><?php echo"<a href=$FULTEXT target='_new'>$FULTEXT</a>"; ?></td>
</tr>
please help me
thank you verymuch