I want to do something very basic and have tried many ways without success. I have a simple database table consisting of four fields. All it is doing is showing affiliated clubs. One field is 'webaddress' which is the http address.
I want to make "title' into a hyperlink so that the club title is displayed but if you click on 'title' it goes to their website, opening in a new window.
Amazingly I cannot find any reference to this in any tutorial.
<h2>"<?php echo $row_rsClubs; ?></h2>
<p><?php echo $row_rsClubs; ?> </p>
Can anyone help?