I am using the following code, need to apply target blank during the link.
echo "<li><a href=showBest.html?title=".$row['fld_url'].">".substr($row['fld_caption'],0,90)."</a></li>";
Where is the target=\"_blank\"" need to apply to make it worked out? Any help where to put that target blank code? I am not able to figuring it out nice.
1 Answer