Relatively new to PHP and I am uingd PHP to produce a table that is populated with records from a Database, and have a column in the ‘echo’ table which is a hyperlink. Is there a simple way in which i could get the link to open a new browser tab once clicked? Relevant code is below…
echo "<tr align = center bgcolor=white><td><b><a href=view_rfp_detail.php?sna=$sna >$sna</a></b></td><td>$ques</a></td><td>$ans</a></td>";
Thanks
If you want to open a new tab try target = blank in anchor tab