code:
<a href='http://$websites' target='_blank'>$websites</a>;
$websites is a string;
the code on the html looks :
<a target="_blank" href="http://WWW.GOOGLE.COM WWW.FACEBOOK.COM ">WWW.GOOGLE.COM WWW.FACEBOOK.COM </a>
and i want this to be two links, how can i do this? the $websites is coming from a textarea; when it’s just one link it’s ok, but if i have two links, one per row then i don’t know how to do this. please help
try: