Can’t quite seem to get the syntax for this…
Basically the line is:
<a href=\\"http://www.mysite.com/hit_counter2.php?LodgeID=" . $row['LodgeID'] . " \\" >" . $row['Lodge'] . " </a>
And I just need to add the target=“_blank” part so that links open in a new window.
Thanks.