Avatar of smudgemouse
smudgemouse

asked on 

PHP; Include A href in if statement

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?
PHP

Avatar of undefined
Last Comment
smudgemouse

8/22/2022 - Mon