how to code to open a page in new tab in php code example
Example: how do i open a new tab with php
<a href="https://www.google.com/" target="_blank">Click here</a>
<a href="https://www.google.com/" target="_blank">Click here</a>