Code extract is:
if ( ( $string[1] == '2' ) ) {
$_SESSION['sess_act']= 1;
$txt2= "";
}
elseif ( ( $string[1] == '9' ) ) {
$_SESSION['sess_act']= 9;
$txt2= $_SESSION['kt_login_company']. " no data available<br />
put the a href here";}
Wish to put a link after the <br />
Could someone advise please?